简体   繁体   中英

ChatScript Integration with Python application

如何将ChatScript [脚本语言]与我的python界面集成?

what do you means with "my Python interface" ?

About how to wrap CS inside a Python app, you maybe want to realize a client / server interface (realizing a client in Python):

https://github.com/bwilcox-1234/ChatScript/blob/master/WIKI/CLIENTS-AND-SERVERS/ChatScript-ClientServer-Manual.md

BTW, I realized a client Ruby gem (maybe helpfull):

http://www.github.com/solyaris/rChatscript

Otherwise if you want to call Python methods from CS scripts, you can use ^TCPopen(...), having realized an HTTP Server Python-side...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM