yaleimeng / py3Aiml_Chinese

官方py3AIML基于英文,现为其增加中文支持,并将代码注释翻译为中文。实测可正常解析带中文pattern和template的aiml文件。
MIT License
92 stars 29 forks source link

srai中文问题 #4

Closed li-shilong closed 6 years ago

li-shilong commented 6 years ago

pattern标签自动将中文添加空格,然而sria没有自动添加空格,导致无法匹配。 目前手工把sria文字添加空格可以匹配,或者sria使用英文也可以匹配。能否添加sria自动分割中文

yaleimeng commented 6 years ago

已在Kernel文件中添加了分割处理语句。您可以试一下是否生效。

li-shilong commented 6 years ago

此问题已解决,非常感谢。