-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
Hello,
Thanks for making this - it has worked very well in the year or so I've been using it.
This project of mine started as a small-scale tinkering project, but now the data consumed by the Markov chain has gotten huge.
2020-02-26T02:41:08.942Z [UtilBot] debug: MarkovStore#parseFile: Parsed N/A with 106836 lines. [Queue: 0]
2020-02-26T02:48:34.196Z [UtilBot] info: MarkovStore#buildCorpus: Markov chain built for 335290997317697536 with 106836 lines
The parsing of this data took 7 minutes, and I'm curious of ways to improve the amount of time it takes to generate the markov chain.
Thanks!