Skip to content

Releases: ckiplab/ckipnlp

v0.8.2

28 Apr 09:05
Compare
Choose a tag to compare
  • Fix bugs of coref-type.

v0.8.1

27 Apr 08:06
Compare
Choose a tag to compare
  • Improve documentation.

v0.8.0

27 Apr 06:54
Compare
Choose a tag to compare
  • Implement Pipeline

    • Sentence Segmentation
    • Word Segmentation
    • Part-of-Speech Tagging
    • Sentence Parsing
    • Named-Entity Recognition
    • Co-Reference Delectation
  • Rewrite all containers.

  • Use containers instead of plain text. [#13]

  • Add support to CkipTagger. [#10]

  • Move classical CkipWS and CkipParser to a new package named CkipClassic. [#19]

  • Drop support of Python 3.5. [#4]

v0.7.2

11 Mar 08:30
Compare
Choose a tag to compare
  • Add text normalization for CkipWs and CkipParser [#18]
  • Deprecate raw ‘ckipws’ and ‘ckipparser’ module. [#11]

v0.7.1

20 Feb 07:02
Compare
Choose a tag to compare
  • Enhance documentation layout.

v0.7.0

20 Feb 04:29
Compare
Choose a tag to compare
  • CKIPWS

    • Generate lexicon from list. [#9]
  • Utilities

    • Add more decode routines.
    • Add semantic/syntactic policy for ParserTree. [#17]
    • Reimplement get_heads() and get_relations() for ParserTree.
    • Remove get_dummies() and has_dummies() from ParserTree.
  • Add unit test. [#16]

v0.6.4

14 Feb 03:11
Compare
Choose a tag to compare
  • Improve documentation.
  • Fix typo.

v0.6.3

13 Feb 09:13
Compare
Choose a tag to compare
  • Implement text decoding routine to_text for utilities objects. [#8]
  • Implement WsSetenceList [#7]
  • Improve documentation.

v0.6.2

07 Nov 06:20
Compare
Choose a tag to compare
  • Fix encoding error in setup.py.

v0.6.1

23 Aug 04:15
Compare
Choose a tag to compare
  • Update copyright and license.