Skip to content

ChatScript python客户端。集成了中文分词,对win和liunx服务器采用了不同的字符编码方式

License

Notifications You must be signed in to change notification settings

yaleimeng/ChatScript_Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatScript python 客户端。

  • 在客户端调用了结巴分词,这样服务器端不需要集成分词组件。大大减少了定制修改的工作量。
  • Windows系统cmd窗口默认是GBK编码,即便自己修改成utf-8,仍有不少问题。干脆就用gbk编码发送给win下的服务器端。收到的信息采用utf-8解码。
  • Linux服务器则比较简单,直接使用utf-8即可。如果是远程服务器,填入外网IP地址即可。

客户端图片:
客户端图片 Windows服务器端图片:
Windows服务器端 Linux服务器端图片:
Linux服务器端

About

ChatScript python客户端。集成了中文分词,对win和liunx服务器采用了不同的字符编码方式

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages