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.
Eric Ihli d0a8202b63 | 3 years ago | |
---|---|---|
dev/examples | 3 years ago | |
markov-models | 3 years ago | |
resources | 3 years ago | |
sgt | 3 years ago | |
src/com/owoga | 3 years ago | |
test/com/owoga/prhyme | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 4 years ago | |
README.org | 3 years ago | |
dark-corpus.tar.gz.gpg | 4 years ago | |
deps.edn | 3 years ago | |
freq_freqs.txt | 4 years ago | |
simple_good_turing_estimator.c | 4 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