Commit Graph

35 Commits (cd2c4268b70f811b22fa89a6cea6bfc2132d4dbe)

Author SHA1 Message Date
Eric Ihli f42cdfb59a Clean up training code, save tpt on train
Eric Ihli 60e1c4fd73 Cleanup and move markov-code to markov-ns
Eric Ihli 62a1ff3a3b Remove stale code, add comments, cleanup
Eric Ihli f408778c9b Generation misc
Eric Ihli da6f63f470 Closer to markov from grammar
Eric Ihli b766f836d3 Misc more markov gen
Eric Ihli b349e7af2c More markov gen testing
Eric Ihli dd51e0fdca Generate with some grammar rules
Eric Ihli 6cf1236708 Misc updates to tpt
Eric Ihli 7eb429daaf Rhyme with unstressed vowels only
Eric Ihli 5feb551a2f Flexible rhyming.
Eric Ihli 5d0311904a Rhyme generation
Eric Ihli 7922d7611d TPT Rhyme gen
Eric Ihli baf290650f Working reverse rhyme lookup efficient
Eric Ihli 2e8c108299 Track tight trie and db
Eric Ihli fc0cbe3b2e Saving and loading corpus from disk
Eric Ihli c7b6ee1a32 More performant trie creation
Eric Ihli a2fd40bd7c Faster trie/db gen in tpt example
Eric Ihli 26694b5e52 Pushing for debugging help
Eric Ihli c1f20a8f8c Working with tpt lib
Eric Ihli f66210d7dd Add tightly-packed-trie example
Eric Ihli bf6836bb69 More SGT exploration
Eric Ihli b63b8d6cf4 More exploration of Katz back-off
Eric Ihli f0e03d76a2 Progress towards Katz back-off
Eric Ihli 33b5f26d0b Move towards Katz backoff
Eric Ihli 72e06612bf Clean up and expand examples SGT
Eric Ihli 495ef6c602 Working completions
Eric Ihli 56109c3810 Experiments with simple good turing estimation
Eric Ihli a7af75f114 Add linear regerssion and smoothing to scratchpad
Eric Ihli 0bd7683020 Scratch code related to grammar nlg
Eric Ihli ab79181da5 Add dev samples for experimenting
Trying Good-Turing rather than Antigood-Eric smoothing.
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 86546c7d01 Add example code, more nlp options