Prose 是一款用于Go 语言的文本处理库(主要是英文),支持 okenization(分词)、part-of-speech tagging(词性标注)、named-entity extraction(命名实体提取)等。
[Tokenizing](https://github.com/jdkato/prose#tokenizing-godoc)
[Tagging](https://github.com/jdkato/prose#tagging-godoc)
[Transforming](https://github.com/jdkato/prose#transforming-godoc)
[Summarizing](https://github.com/jdkato/prose#summarizing-godoc)
[Chunking](https://github.com/jdkato/prose#chunking-godoc)
[License](https://github.com/jdkato/prose#license)
**Tokenizing**
单词、句子和 regexp tokenizer 可用。 每个分词器实现相同的接口,这样可以轻松地在库的其他部分中自定义词语切分。