class NextWordFinder

Defined in:

next_word_finder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename, history : Array(String) = [] of String) #

[View source]

Instance Method Detail

def history : Array(String) #

[View source]
def history=(history : Array(String)) #

[View source]
def most_connected_next_words(word) #

[View source]
def next_words(word) #

[View source]
def next_words : Hash(String, Array(String)) #

[View source]
def next_words=(next_words : Hash(String, Array(String))) #

[View source]
def terminal_next_words(word) #

[View source]