TextAnalysisConfiguration class Null safety

A base class/interface exposing language properties used in text analysis.

Implementers

Constructors

TextAnalysisConfiguration()

Properties

characterFilter CharacterFilter?
A function that manipulates terms prior to stemming and tokenization.
read-only
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
termFilter TermFilter?
A filter function that returns a collection of terms from term:
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
splitIntoSentences(String source) List<String>
Splits source into sentences at all sentence endings.
splitIntoTerms(String source) List<String>
Splits source into all the terms.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited