Commit Graph

133 Commits (d0a8202b6355ff6cb446d08fa459828965324452)
 

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