MarkovGrams/MarkovGrams
Starbeamrainbowlabs 8f4a3f41bd
Add additional protection against blank n-grams
2018-09-03 21:23:37 +01:00
..
Properties Initial commit. I think this si worth keeping in it's entirety! 2017-04-26 21:35:00 +01:00
Utilities Refactor CLI to make it much nicer, and add some features. Also, bugfix the weighted markov chain 2018-09-02 21:52:22 +01:00
MarkovGrams.csproj Refactor CLI to make it much nicer, and add some features. Also, bugfix the weighted markov chain 2018-09-02 21:52:22 +01:00
NGrams.cs Add additional protection against blank n-grams 2018-09-03 21:23:37 +01:00
Program.cs CLI: Ignore blank lines 2018-09-03 21:20:04 +01:00
UnweightedMarkovChain.cs Bugfix: Correct word-level generation to be a sliding-window 2018-09-03 16:38:20 +01:00
WeightedMarkovChain.cs Bugfix: Correct word-level generation to be a sliding-window 2018-09-03 16:38:20 +01:00