Commit Graph

19 Commits

Author SHA1 Message Date
Starbeamrainbowlabs b5210030bd
Bugfix: Correct word-level flat n-gram generation 2018-09-14 15:54:55 +01:00
Starbeamrainbowlabs 1a984d538c
Do some optimising to make it better work with Shakespeare. The weighted generator now does things in parallel! 2018-09-03 22:19:57 +01:00
Starbeamrainbowlabs 8f4a3f41bd
Add additional protection against blank n-grams 2018-09-03 21:23:37 +01:00
Starbeamrainbowlabs e9cc40f335
CLI: Ignore blank lines 2018-09-03 21:20:04 +01:00
Starbeamrainbowlabs 6b79d8c5bb
Bugfix: Correct word-level generation to be a sliding-window 2018-09-03 16:38:20 +01:00
Starbeamrainbowlabs 22faead8b4
Add achp (average choice-point-ratio) calculation 2018-09-03 16:21:38 +01:00
Starbeamrainbowlabs d99692ff1c
Bugfix word-level generation 2018-09-03 15:56:18 +01:00
Starbeamrainbowlabs face693554
Add initial word-level support 2018-09-03 15:48:27 +01:00
Starbeamrainbowlabs c55c8f4e8a
Implement word-level ngrams 2018-09-03 14:06:50 +01:00
Starbeamrainbowlabs fd740f5616
Tweak CLI a bit more 2018-09-02 22:28:09 +01:00
Starbeamrainbowlabs 2d70038e4c
Bugfix CLI 2018-09-02 21:53:37 +01:00
Starbeamrainbowlabs 0aab41f1b7
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
Starbeamrainbowlabs e7f67d7f5e
Output time to stderr 2018-02-17 21:26:27 +00:00
Starbeamrainbowlabs a08be7f61d
Write weighted markov chain! :D 2018-02-17 21:19:50 +00:00
Starbeamrainbowlabs 03d2946ab5 Add wordlists in folder 2017-05-18 12:58:20 +01:00
Starbeamrainbowlabs a7f41da1e7 Add count param to command line args 2017-04-26 21:53:35 +01:00
Starbeamrainbowlabs 03fad1ab78 Fix markov chain generation to base the next ngram on the previous one - not the first one 2017-04-26 21:51:35 +01:00
Starbeamrainbowlabs a6564e4ce7 Trim lines & split multiple words on a line up 2017-04-26 21:43:45 +01:00
Starbeamrainbowlabs 647b4cc0b1 Initial commit. I think this si worth keeping in it's entirety! 2017-04-26 21:35:00 +01:00