BotSharp/BotSharp.Core/Engines/Jieba.NET
2018-09-20 11:45:25 -05:00
..
JiebaTagger.cs Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -05:00
JiebaTokenizer.cs Official support Simple Chinese tokenize and POS tagger. 2018-09-20 11:45:25 -05:00
README.rst Fix tokenizer compile issue in unit test. 2018-09-19 23:13:12 -05:00

BotSharp uses the jieba.NetCore to do tokenization. (https://github.com/1483523635/jieba.NetCore)

Please follow the install instruction (https://github.com/anderscui/jieba.NET/)