中文分词程序 基于n-gram对中文进行分词 dictionary.py 是一个单词表 model.py 是记录n-gram的表 Usage ./split.py 输入你要分词的句子 得到结果 继续输入 继续得到结果 q退出 LICENSE MIT © duduscript