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.

15 lines
692 B
Org Mode

#+TITLE: Prhyme Rhyme Generation
3 years ago
Utilities for rhyming, NLP corpus text cleaning, syllabification, markov modeling, etc...
3 years ago
This repo is a bit of a scratch-pad. As utilities solidify, I've been extracting them out.
3 years ago
- 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