class NGrams(T, N)

Included Modules

Defined in:

ngram.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(iter) #

Instance Method Detail

def next #
Description copied from module Iterator(StaticArray(T, N))

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.