text_analysis
text_analysis
TextDocument
nGrams property
nGrams
nGrams
property
Null safety
List
<
String
>
nGrams
A collection of n-grams from the
terms
in the document.
Implementation
List<String> get nGrams;
text_analysis
text_analysis
TextDocument
nGrams property
TextDocument class
Constructors
TextDocument
Properties
hashCode
keywords
nGrams
paragraphs
runtimeType
sentences
sourceText
syllableCount
terms
tokens
zones
Methods
averageSentenceLength
averageSyllableCount
fleschKincaidGradeLevel
fleschReadingEaseScore
noSuchMethod
toString
wordCount
Operators
operator ==
Static methods
analyze
analyzeJson