text_analysis
implementation
TextDocumentMixin
wordCount method
wordCount
wordCount
method
Null safety
@
override
int
wordCount
(
)
override
The number of words in the
sourceText
.
Implementation
@override int wordCount() => terms.length;
text_analysis
implementation
TextDocumentMixin
wordCount method
TextDocumentMixin class
Constructors
TextDocumentMixin
Properties
hashCode
keywords
nGrams
paragraphs
runtimeType
sentences
sourceText
syllableCount
terms
tokens
zones
Methods
averageSentenceLength
averageSyllableCount
fleschKincaidGradeLevel
fleschReadingEaseScore
noSuchMethod
toString
wordCount
Operators
operator ==