57 Commits (1ef29bf96b2d59f0380c92a2478cb0c481150c0c)
 

Author SHA1 Message Date
Eric Ihli 1ef29bf96b Add code trie and variable-length code 4 years ago
Eric Ihli bf6836bb69 More SGT exploration 4 years ago
Eric Ihli b63b8d6cf4 More exploration of Katz back-off 4 years ago
Eric Ihli f0e03d76a2 Progress towards Katz back-off 4 years ago
Eric Ihli 33b5f26d0b Move towards Katz backoff 4 years ago
Eric Ihli 72e06612bf Clean up and expand examples SGT 4 years ago
Eric Ihli 495ef6c602 Working completions 4 years ago
Eric Ihli cbde1996dc Fix bug, correct probabilities 4 years ago
Eric Ihli 3bd356fa8b Fix bug, not always taking lgt 4 years ago
Eric Ihli 79fa3e2d80 Parity with c++ code up to estimations 4 years ago
Eric Ihli 56109c3810 Experiments with simple good turing estimation 4 years ago
Eric Ihli acfa291e85 Move Good-Turing maths helpers to math namespace 4 years ago
Eric Ihli a7af75f114 Add linear regerssion and smoothing to scratchpad 4 years ago
Eric Ihli 3c3bc377c0 Experiments in memory efficient data structures 4 years ago
Eric Ihli 2a2d5adc35 Add example of logic programming to find rhymes 4 years ago
Eric Ihli 0bd7683020 Scratch code related to grammar nlg 4 years ago
Eric Ihli 0be5be0074 Add some project deps
Might be temporary. Related to performance tests for the most part.
4 years ago
Eric Ihli 969240f919 Scratchpad for tightly-packed-trie
Includes variable-length encoding examples
4 years ago
Eric Ihli 31518e2cbd Add notes for efficient trie 4 years ago
Eric Ihli 45e88a495b Add sample simple good turing C code 4 years ago
Eric Ihli ab79181da5 Add dev samples for experimenting
Trying Good-Turing rather than Antigood-Eric smoothing.
4 years ago
Eric Ihli f5ba1120a8 Track freqs data 4 years ago
Eric Ihli 9068c671f1 Update to simple-nlg code 4 years ago
Eric Ihli 1851b23668 Update gitattrs with nippy resources 4 years ago
Eric Ihli c193152a79 Add nippy for pos and grammar freqs 4 years ago
Eric Ihli 75218e770b Add function to parse top-k 4 years ago
Eric Ihli 0c7da21610 Add comments to nlp/g code 4 years ago
Eric Ihli c0ad5acefc Add simple-nlg 4 years ago
Eric Ihli 86546c7d01 Add example code, more nlp options 4 years ago
Eric Ihli f0ea2bc513 WIP 4 years ago
Eric Ihli 1cb959010c WIP 4 years ago
Eric Ihli 0998df73b6 Add dark-corpus first order markov 4 years ago
Eric Ihli 94f32d0a2f Cleanup 4 years ago
Eric Ihli c2d3882854 Remove unused requires and fix paths 4 years ago
Eric Ihli 39a7889a71 Add git lfs and files 4 years ago
Eric Ihli c4ed2cbf63 Add resources 4 years ago
Eric Ihli fc7972d8bb Remove some stale code 4 years ago
Eric Ihli f30686e95e Cleanup and organize namespaces 4 years ago
Eric Ihli 7e461b3620 Add limerick gen 4 years ago
Eric Ihli 7a4f22970e Better markov/corpus handling 4 years ago
Eric Ihli 3809ab1f09 More scraping utilities and better rhyming 4 years ago
Eric Ihli 218d665c65 Better detection of rimes
If a word ends with a single vowel, check for rhyme on the last two rimes.
4 years ago
Eric Ihli f3274a8c2f Add 2-chain markov and darklyrics 4 years ago
Eric Ihli 1228739fd2 Add scraper for lyrics 4 years ago
Eric Ihli 6d4eba92aa Minor testing 4 years ago
Eric Ihli 186583ffb9 Add freetts grapheme to phoneme 4 years ago
Eric Ihli ff17cdec32 Add rhyme generation helpers 4 years ago
Eric Ihli 731ac8bd03 Add sentence validity detection 4 years ago
Eric Ihli b6bdba58ad Simulate some nice rhymes with '-1' fns 4 years ago
Eric Ihli 98ffd872ba Add markovian lovecraft generation 4 years ago