Skip to content

Releases: Droidtown/ArticutAPI

Release v1.1.9

24 Jan 09:29
Compare
Choose a tag to compare
  • Improve UserDefinedDICT usability.
pip3 install -U ArticutAPI

Release v1.1.8

11 Jan 02:29
Compare
Choose a tag to compare

Bug fixes

  • Fix LocalRE.py's Regex pattern (alleyPat and roomPat).

Release v1.1.6

16 Nov 06:50
Compare
Choose a tag to compare

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

05 Jul 02:17
Compare
Choose a tag to compare

Bug fixes

  • fix extract_tags() with withWeight parameter.

Release v1.1.4

21 Jun 07:11
Compare
Choose a tag to compare

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

07 Jun 08:39
Compare
Choose a tag to compare

New Feature

  • Implement localRE (Taiwan Address)

Release v1.1.2

31 May 02:46
Compare
Choose a tag to compare

New features

  • NER MSRA (Microsoft Research Lab Asia).

Bug fixes

  • LawsToolkit not found.

Release v1.1.0

27 May 08:31
Compare
Choose a tag to compare

Release v1.0.12

18 May 07:28
Compare
Choose a tag to compare

Bug fixes

  • Fix timeRef format error.

Release v1.0.11

14 May 06:00
Compare
Choose a tag to compare

Bug fixes