Commit Graph

45 Commits (a7af75f1149e0c61db9c84d9a31e64aaf5b377ea)
 

Author SHA1 Message Date
Eric Ihli a7af75f114 Add linear regerssion and smoothing to scratchpad
Eric Ihli 3c3bc377c0 Experiments in memory efficient data structures
Eric Ihli 2a2d5adc35 Add example of logic programming to find rhymes
Eric Ihli 0bd7683020 Scratch code related to grammar nlg
Eric Ihli 0be5be0074 Add some project deps
Might be temporary. Related to performance tests for the most part.
Eric Ihli 969240f919 Scratchpad for tightly-packed-trie
Includes variable-length encoding examples
Eric Ihli 31518e2cbd Add notes for efficient trie
Eric Ihli 45e88a495b Add sample simple good turing C code
Eric Ihli ab79181da5 Add dev samples for experimenting
Trying Good-Turing rather than Antigood-Eric smoothing.
Eric Ihli f5ba1120a8 Track freqs data
Eric Ihli 9068c671f1 Update to simple-nlg code
Eric Ihli 1851b23668 Update gitattrs with nippy resources
Eric Ihli c193152a79 Add nippy for pos and grammar freqs
Eric Ihli 75218e770b Add function to parse top-k
Eric Ihli 0c7da21610 Add comments to nlp/g code
Eric Ihli c0ad5acefc Add simple-nlg
Eric Ihli 86546c7d01 Add example code, more nlp options
Eric Ihli f0ea2bc513 WIP
Eric Ihli 1cb959010c WIP
Eric Ihli 0998df73b6 Add dark-corpus first order markov
Eric Ihli 94f32d0a2f Cleanup
Eric Ihli c2d3882854 Remove unused requires and fix paths
Eric Ihli 39a7889a71 Add git lfs and files
Eric Ihli c4ed2cbf63 Add resources
Eric Ihli fc7972d8bb Remove some stale code
Eric Ihli f30686e95e Cleanup and organize namespaces
Eric Ihli 7e461b3620 Add limerick gen
Eric Ihli 7a4f22970e Better markov/corpus handling
Eric Ihli 3809ab1f09 More scraping utilities and better rhyming
Eric Ihli 218d665c65 Better detection of rimes
If a word ends with a single vowel, check for rhyme on the last two rimes.
Eric Ihli f3274a8c2f Add 2-chain markov and darklyrics
Eric Ihli 1228739fd2 Add scraper for lyrics
Eric Ihli 6d4eba92aa Minor testing
Eric Ihli 186583ffb9 Add freetts grapheme to phoneme
Eric Ihli ff17cdec32 Add rhyme generation helpers
Eric Ihli 731ac8bd03 Add sentence validity detection
Eric Ihli b6bdba58ad Simulate some nice rhymes with '-1' fns
Eric Ihli 98ffd872ba Add markovian lovecraft generation
Eric Ihli 3782b6072a Add constraints to protocols
Eric Ihli 5c1242eccb Add rudimentary constraint checking
Eric Ihli d780502a7c Add insert! to frp
Eric Ihli f5aedcb510 Exploration of FRP system.
Eric Ihli 7422660018 Rhymes for partitions
Eric Ihli b6a89a774f Post-initial commit
Eric Ihli 5ce14fefe2 Initial commit