Difference between revisions of "LexiBot"
From CCRMA Wiki
Line 31: | Line 31: | ||
=== Lyrics === | === Lyrics === | ||
+ | |||
+ | * Program chooses everything (do nothing) | ||
* Subject area by keyword | * Subject area by keyword | ||
** Keyword entry | ** Keyword entry | ||
+ | *** Use something like WordNet to determine associated words | ||
** Keyword selection (from available keyword areas) | ** Keyword selection (from available keyword areas) | ||
*** Could use an interface like this: http://sentence.bigparadox.com/ | *** Could use an interface like this: http://sentence.bigparadox.com/ | ||
Line 40: | Line 43: | ||
* Sentence/String structure | * Sentence/String structure | ||
− | ** Input a sentence given the vocabulary | + | ** Input a sentence given the vocabulary, which will then be mimicked |
** Choose a sentence type | ** Choose a sentence type | ||
+ | |||
+ | * Write own set of grammar rules with new vocabulary | ||
+ | |||
+ | === Music === |
Revision as of 16:41, 13 January 2008
Contents
LexiBot Stuff
Blair and Ge
Links/References
- WordNet: http://wordnet.princeton.edu/
- more awesomeness, but we don't know exactly what to do with it yet
- semantic lexicon
- http://pdos.csail.mit.edu/scigen/
- random CS paper generator
- hand-written CFG
- http://www.elsewhere.org/pomo/
- refreshing this page gives you a new pomo paper each time!
- possibly related to this: http://dev.null.org/dadaengine/
- http://sentence.bigparadox.com/
- set sentence structure and vocabulary
- "profiles"
- Fun with Randomly-Generated Sentence: http://www.manythings.org/rs/
- more grammatically based
- Hyperscore, cool musical generator interface: http://www.media.mit.edu/hyperins/projects/hyperscore.html
Modules (Editable or Selectable Features)
Lyrics
- Program chooses everything (do nothing)
- Subject area by keyword
- Keyword entry
- Use something like WordNet to determine associated words
- Keyword selection (from available keyword areas)
- Could use an interface like this: http://sentence.bigparadox.com/
- The chosen word from each field actually maps to a keyword set
- General theme selection
- Keyword entry
- Sentence/String structure
- Input a sentence given the vocabulary, which will then be mimicked
- Choose a sentence type
- Write own set of grammar rules with new vocabulary