Count the frequency of each word and make a list of words sorted in descending order of frequency. Use this list to suggest the next word.
This might be a good idea for the future. When loading a text, Lexeme could automatically count the word frequency and (optionally) display a list of the most frequently used words. This needs some further consideration.
I found this idea in my notes for this project:
This might be a good idea for the future. When loading a text, Lexeme could automatically count the word frequency and (optionally) display a list of the most frequently used words. This needs some further consideration.