26medias / context-aware-markov-chains

Markov Chain combined with word vector embedding (word2vec) and part-of-speech tagging, for context-aware text generation. License: MIT
98 stars 9 forks source link

About the algorithm #9

Open lokxii opened 8 months ago

lokxii commented 8 months ago

Any value over 0.5 would keep a single value in the options, which generates very likely text, but often either get stuck in a loop, or remembers text it has learned word by word without any modification.

How did you / would you encounter this problem?