ngram property

String? ngram
getter/setter pair

Group of words (or numbers, letters, etc) that exist together in the work. This can be a five-gram, four-gram, trigram, bigram, or unigram.

Implementation

String? ngram;