Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devjoseruiz/sarars
Spanish chatterbot rewritten in RiveScript.
https://github.com/devjoseruiz/sarars
chatterbot perl rivescript
Last synced: about 18 hours ago
JSON representation
Spanish chatterbot rewritten in RiveScript.
- Host: GitHub
- URL: https://github.com/devjoseruiz/sarars
- Owner: devjoseruiz
- License: gpl-3.0
- Created: 2021-12-11T21:15:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T21:16:03.000Z (about 3 years ago)
- Last Synced: 2024-12-14T13:31:11.606Z (about 2 months ago)
- Topics: chatterbot, perl, rivescript
- Language: Perl
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sara RS
Spanish chatterbot rewritten in RiveScript.
Sara is a Spanish chatterbot written in AIML by Adam Codony. This project aims to continue its development, rewriting it in a modern and more powerful language, RiveScript, adding some improvements on the fly.
> Note: the original code has been reduced from 15000 lines to just 1200, keeping the "brain" almost intact.
## Dependencies ##
- Perl
- RiveScript module for Perl## Customization ##
All the Sara's variables are defined in the **begin.rive** file.
## Usage ##
You can try *Sara* by executing the **test.pl** file.
First you must install the RiveScript module for Perl:
```
cpan install RiveScript
```Then double click or execute it by the console:
```
perl test.pl
```And say whatever you want!
When you need exit, write the command "**/quit**".