class NextWordFinder
- NextWordFinder
- Reference
- Object
Defined in:
next_word_finder.crConstructors
Instance Method Summary
- #history : Array(String)
- #history=(history : Array(String))
- #most_connected_next_words(word)
- #next_words(word)
- #next_words : Hash(String, Array(String))
- #next_words=(next_words : Hash(String, Array(String)))
- #terminal_next_words(word)