UsageΒΆ
CkipNLP provides a set of human language technology tools, including
Sentence Segmentation
Word Segmentation
Part-of-Speech Tagging
Named-Entity Recognition
Constituency Parsing
Coreference Resolution
The library is build around three types of classes:
Containers such as
SegParagraph
are the basic data structures for inputs and outputs.Drivers such as
CkipTaggerWordSegmenter
that apply specific tool on the inputs.Pipelines such as
CkipPipeline
are collections of drivers that automatically handles the dependencies between inputs and outputs.