在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):gunthercox/ChatterBot开源软件地址(OpenSource Url):https://github.com/gunthercox/ChatterBot开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):ChatterBotChatterBot is a machine-learning based conversational dialog engine build in Python which makes it possible to generate responses based on collections of known conversations. The language independent design of ChatterBot allows it to be trained to speak any language. An example of typical input would be something like this:
How it worksAn untrained instance of ChatterBot starts off with no knowledge of how to communicate. Each time a user enters a statement, the library saves the text that they entered and the text that the statement was in response to. As ChatterBot receives more input the number of responses that it can reply and the accuracy of each response in relation to the input statement increase. The program selects the closest matching response by searching for the closest matching known statement that matches the input, it then returns the most likely response to that statement based on how frequently each response is issued by the people the bot communicates with. InstallationThis package can be installed from PyPi by running:
Basic Usage
Training dataChatterBot comes with a data utility module that can be used to train chat bots. At the moment there is training data for over a dozen languages in this module. Contributions of additional training data or training data in other languages would be greatly appreciated. Take a look at the data files in the chatterbot-corpus package if you are interested in contributing.
Corpus contributions are welcome! Please make a pull request. DocumentationView the documentation for ChatterBot on Read the Docs. To build the documentation yourself using Sphinx, run:
ExamplesFor examples, see the examples directory in this project's git repository. There is also an example Django project using ChatterBot, as well as an example Flask project using ChatterBot. HistorySee release notes for changes https://github.com/gunthercox/ChatterBot/releases Development pattern for contributors
LicenseChatterBot is licensed under the BSD 3-clause license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论