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
SegParagraphare the basic data structures for inputs and outputs.Drivers such as
CkipTaggerWordSegmenterthat apply specific tool on the inputs.Pipelines such as
CkipPipelineare collections of drivers that automatically handles the dependencies between inputs and outputs.