You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| dev/examples | 5 years ago | |
| markov-models | 5 years ago | |
| resources | 4 years ago | |
| sgt | 5 years ago | |
| src/com/owoga | 4 years ago | |
| test/com/owoga/prhyme | 5 years ago | |
| .gitattributes | 4 years ago | |
| .gitignore | 5 years ago | |
| README.org | 4 years ago | |
| dark-corpus.tar.gz.gpg | 5 years ago | |
| deps.edn | 5 years ago | |
| freq_freqs.txt | 5 years ago | |
| simple_good_turing_estimator.c | 5 years ago | |
README.org
Prhyme Rhyme Generation
Utilities for rhyming, NLP corpus text cleaning, syllabification, markov modeling, etc…
This repo is a bit of a scratch-pad. As utilities solidify, I've been extracting them out.
- https://github.com/eihli/clj-tightly-packed-trie
- https://github.com/eihli/phonetics
- https://github.com/eihli/darklimericks
Some cool things that haven't been extracted yet and remain in an alpha state:
- Part-of-speech tagging/processing using OpenNLP https://github.com/eihli/prhyme/blob/main/src/com/owoga/prhyme/nlp/core.clj
- Simple Good-Turing frequency estimation https://github.com/eihli/prhyme/blob/main/src/com/owoga/prhyme/generation/simple_good_turing.clj