133 Commits (main)
 

Author SHA1 Message Date
Eric Ihli d0a8202b63 Move url helpers to utils namespace 2 years ago
Eric Ihli 185bcfb6df Remove unused Record, add backwards trie generator 2 years ago
Eric Ihli efc954f4e6 Move resources files to resources dir 2 years ago
Eric Ihli 6813945bd5 Update README 2 years ago
Eric Ihli 505c0d81a2 Linguist-detectable false on resources 2 years ago
Eric Ihli 00f10ed580 Add perplexity comment 3 years ago
Eric Ihli f6c30ba948 Update markov code 3 years ago
Eric Ihli 1c5ddf1797 Extend examples in scratch 3 years ago
Eric Ihli 08d13f85c7 Add linguistic rhyme quality code 3 years ago
Eric Ihli ac87e018ba Add todo notes and remove unused code 3 years ago
Eric Ihli b2e83a9b98 Add function to calculate perplexity 3 years ago
Eric Ihli d89f5da994 Implement simple good-turing probabilities 3 years ago
Eric Ihli f54a99258f Update linear regression to train/predict non-log 3 years ago
Eric Ihli 32ac272c8a Fix missing symbol 3 years ago
Eric Ihli 234b40a2e9 Fumble around with good turing 3 years ago
Eric Ihli 6b8352ae30 Start on perplexity calc 3 years ago
Eric Ihli c77e101515 Include rhyme in best-of calc 3 years ago
Eric Ihli 9d0f411012 Remove unnecessary code 3 years ago
Eric Ihli c6881b361d Better rhymetrie API 3 years ago
Eric Ihli 3fe69d679b Add functions for different rhyme types 3 years ago
Eric Ihli 5c205333af Move deps around to not depend on dev stuff 3 years ago
Eric Ihli 51dc37c268 Remove unused model 3 years ago
Eric Ihli d0baac7a2b Move models so they aren't deps 3 years ago
Eric Ihli d5bcd09606 Remove references to dark-corpus 3 years ago
Eric Ihli 79a35adb43 Rhyme by scheme
TODO: Consider stress. Multiprocess
3 years ago
Eric Ihli 1544680f55 Working rhyme from scheme
But markov doesn't look like it's working. Sentences don't make sense.
3 years ago
Eric Ihli 1f7a013dca More markov cleanup 3 years ago
Eric Ihli ae9d5bae9b More demo markov 3 years ago
Eric Ihli aecb8d42f1 Remove unused code 3 years ago
Eric Ihli 7006069aa3 Nicely working markov demo 3 years ago
Eric Ihli 01280ff29c Remove unused file 3 years ago
Eric Ihli 4433ca6ca5 Remove stale code 3 years ago
Eric Ihli cd2c4268b7 More markov generation 3 years ago
Eric Ihli 1c423f49e9 More markov code 3 years ago
Eric Ihli f42cdfb59a Clean up training code, save tpt on train 3 years ago
Eric Ihli a00f30fabe Add training functions 3 years ago
Eric Ihli 69fb02db65 Add flex-rhyme-trie for all pronunciations to core 3 years ago
Eric Ihli f6b1150431 Fix bugs in file-seq->markov-trie 3 years ago
Eric Ihli d84b2a0204 Start re-using code from data_transform.clj 3 years ago
Eric Ihli 60e1c4fd73 Cleanup and move markov-code to markov-ns 3 years ago
Eric Ihli 62a1ff3a3b Remove stale code, add comments, cleanup 3 years ago
Eric Ihli 9b8fec9fc7 Track partial grammar model 3 years ago
Eric Ihli a06e5905d5 Track corpus 3 years ago
Eric Ihli ccea20a6e9 Add part-of-speech models for opennlp 3 years ago
Eric Ihli f408778c9b Generation misc 3 years ago
Eric Ihli 2c06413a93 Combined generation grammar and n-gram 3 years ago
Eric Ihli acd22d9b2d Move generation code to nlg 3 years ago
Eric Ihli 1c3a07708a Gen from grammar 3 years ago
Eric Ihli 47a29e96a9 Misc 3 years ago
Eric Ihli da6f63f470 Closer to markov from grammar 3 years ago