RiTa | |
RiTa | |
Logo Alt: | from old Norse, meaning to mark, scratch, or scribble |
Programming Language: | JavaScript, Java |
Author: | Daniel C. Howe |
Latest Release Version: | v3.0.2[1] |
License: | GPL |
Platform: | Cross-platform |
Genre: | Natural Language |
RiTa is an open-source software toolkit for generative writing and English natural language, originally developed using the Java language by Daniel C. Howe and collaborators, and later implemented in JavaScript as rita.js. Current versions of RiTa (Version 3.0 was released in 2023) are implemented in both Java and JavaScript and integrate with p5.js, Processing, Node and Android.
let = require('rita');
console.log(RiTa.rhymes('sweet'));
/*['beat', 'beet', 'cheat', 'cleat', 'compete', 'complete', 'conceit', 'concrete', 'deceit', 'defeat', ... ]*/
let features = RiTa.analyze('The elephant took a bite!');console.log(features);
/**/
import rita.*;
void setup
RiTa is free, libre and open-source according to the GNU General Public License.
The name RiTa is derived from the old Norse, meaning to mark, scratch, or scribble.