Releases: Droidtown/ArticutAPI
Releases · Droidtown/ArticutAPI
Release v1.1.9
- Improve UserDefinedDICT usability.
pip3 install -U ArticutAPI
Release v1.1.8
Bug fixes
- Fix LocalRE.py's Regex pattern (alleyPat and roomPat).
Release v1.1.6
Adding autoBreakBOOL in parse() function, default value is True.
This feature will automatically split your input TEXT into sub-strings shorter than 5000 characters in length. With a punctuation mark at the end, your input TEXT will not be lost. Meanwhile, Articut users don't need to worry about your long text that may cause 408 Request Timeout error.
Release v1.1.5
Bug fixes
- fix extract_tags() with withWeight parameter.
Release v1.1.4
Bug fixes
- fix LocalRE regex Pat
- fix textrank and TF-IDF args topK
Function updates
- NER/LawsToolkit/LocalRE's func is compatible with bulk_parse
Release v1.1.3
New Feature
- Implement localRE (Taiwan Address)
Release v1.1.2
New features
- NER MSRA (Microsoft Research Lab Asia).
Bug fixes
- LawsToolkit not found.
Release v1.1.0
Release Note
- New NER tool implemented.
Ref. https://github.com/Droidtown/ArticutAPI/tree/master/Demos/NER_Food
Release v1.0.12
Bug fixes
- Fix timeRef format error.