chatopera / Synonyms

:herb: 中文近义词:聊天机器人,智能问答工具包
https://bot.chatopera.com/
Other
5.03k stars 901 forks source link

synonyms.compare ignore para && update stopwords.txt #58

Closed inhzus closed 6 years ago

inhzus commented 6 years ago

synonyms.compare ignore para && update stopwords.txt

Description

给synonyms.compare 函数添加了ignore参数,该参数忽视词库中没有的词语,避免因为原代码的随机数,带来的可能干扰返回值的影响。 更新了stopwords.txt,添加了常用的标点符号和数字。

Motivation and Context

给synonyms.compare 函数添加ignore参数,避免因为原代码的随机数,带来的可能干扰返回值的影响。 因为原代码无法识别标点符号和数字,给结果带来很多干扰,所以将标点符号和数字添加到stopwords. issue 57