|
| |
Installation To install RiTa in
Processing, unzip RiTa.zip and place the 'rita' folder inside the "libraries" folder of your sketchbook. If your not sure where your sketchbook is,
open the Preferences window in Processing and look
for the "Sketchbook location" item in the menus.
To use RiTa directly in
Java, you must include all the jars in the library folder as well as Processing's core.jar in Java's 'classpath' (you can pass 'null' for the PApplet to the constructors of most RiTa objects).
|
|
| |
Acknowledgments
Matthew Stone | Ken Perlin
Braxon Soderman | Ewen Ku
Mary Choueiter | Mini Ham
|
| |
|
| |
| |
RiTa† is an easy-to-use natural language library that provides simple tools for
experimenting with generative literature. The philosophy behind the API is to
be as simple and intuitive as possible, while still providing adequate
flexibility for more advanced users. RiTa optionally integrates with Processing and is both free and open-source.
It is currently implemented for English with a Spanish version in the works.
|
|
|
| |
- Literary text-generation via Markov chains & grammars
- Integration with WordNet via RiTa.WordNet [available here]
- Analysis of Syllables, Phonemes, Stress, Part-of-Speech, etc.
- Support for verb conjugation, pluralization, and stemming
- Support for statistical tagging, chunking, and parsing
- Text-to-speech, image, and audio support for applets
- A customized behavior model for events/animations etc.
- Real-time unigram, bigram & weighted-bigram measures
- Web/text-mining capabilities & a user-customizable Lexicon
- 13 Varieties of 'easing' for animation & textual effects
|
|
|
| |
|
|
|