Skip to content

Releases: ckiplab/ckipnlp

v1.0.3

09 Apr 05:41
Compare
Choose a tag to compare
  • [Docs] Add NER Tags.
  • [Docs] Update parser registry URL.

v1.0.2

07 May 03:20
Compare
Choose a tag to compare
  • Add username & password options to CkipClassicConParserClient.

v1.0.1

07 May 03:20
Compare
Choose a tag to compare
  • Fix typo in PyPI's classifiers.

v1.0.0

20 Jan 03:37
Compare
Choose a tag to compare
  • Update license to GPL-3.0
  • Update documentation.

v0.10.0

03 Nov 09:48
Compare
Choose a tag to compare
  • Add support to classic parser client (now supports CKIPParser academic license). [#23]
  • Require CkipTagger 0.2.1 or above (now supports TensorFlow 2+).

v0.9.1

28 Aug 07:34
Compare
Choose a tag to compare
  • Name changes:

    • Rename CkipClassicConstituencyParser to CkipClassicConParser.
    • Rename constituency to conparse in CkipPipeline, CkipDocument , CkipCorefPipeline and CkipCorefDocument.
    • Rename get_constituency to get_conparse in CkipPipeline, CkipCorefPipeline.
    • Rename constituency_parser to con_parser in CkipPipeline, CkipCorefPipeline.
    • Rename ckipnlp.data.constituency to ckipnlp.data.conparse.
  • Bug fixes:

    • Not segment clauses by PAUSECATEGORY in ClassicConstituencyParser. [#27]

v0.9.0

21 Jul 07:01
Compare
Choose a tag to compare
  • New classes:

    • Introduce ParseSentence and ParseClause. [#25]
  • Feature changes:

    • Use \n instead of punctuations as SentenceSegmenter's delimiter. [#25]
    • Rewrite coreference's output to fit new sentence parsing structure. [#25]
    • Use strings instead of DriverType and DriverFamily enums.
  • Name changes:

    • Rename ckipnlp.container.parsed in ckipnlp.container.parse.
    • Rename ckipnlp.container.util.parsed_tree in ckipnlp.container.util.parse_tree.
    • Rename ParsedParagraph to ParseParagraph in ckipnlp.container.parse.
    • Rename Parsed... to Parse.. in ckipnlp.container.util.parse_tree.
    • Rename CkipClassicSentenceParser to CkipClassicConstituencyParser.
    • Rename parsed to constituency in CkipPipeline, CkipDocument , CkipCorefPipeline and CkipCorefDocument.
    • Rename ckipnlp.pipeline.core to ckipnlp.pipeline.kernel.
  • Unit testing:

    • Use tox for unit test. [#24]
    • Add coverage report.
    • Change unit test folder structure.

v0.8.5

12 May 07:50
Compare
Choose a tag to compare
  • Fix SVG render error in doumentation.

v0.8.4

12 May 07:26
Compare
Choose a tag to compare
  • Add Penn Treebank conversion of parsed tree.
  • Fix dependency error of TensorFlow [#22].

v0.8.3

07 May 08:14
Compare
Choose a tag to compare
  • Improve coreference.
  • Rename DriverKind to DriverFamily.
  • Pass options from pipelines to drivers. (#20)
  • Escape special characters in parser (#18).