Releases: ckiplab/ckipnlp
Releases · ckiplab/ckipnlp
v0.8.0
-
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
- Add text normalization for CkipWs and CkipParser [#18]
- Deprecate raw ‘ckipws’ and ‘ckipparser’ module. [#11]
v0.7.1
- Enhance documentation layout.
v0.7.0
-
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
- Improve documentation.
- Fix typo.
v0.6.3
- Implement text decoding routine
to_text
for utilities objects. [#8]
- Implement
WsSetenceList
[#7]
- Improve documentation.
v0.6.2
- Fix encoding error in setup.py.
v0.6.1
- Update copyright and license.