AnalysisScheme class
Configuration information for an analysis scheme. Each analysis scheme has a
unique name and specifies the language of the text to be processed. The
following options can be configured for an analysis scheme:
Synonyms
, Stopwords
,
StemmingDictionary
, JapaneseTokenizationDictionary
and AlgorithmicStemming
.
Constructors
- AnalysisScheme({required AnalysisSchemeLanguage analysisSchemeLanguage, required String analysisSchemeName, AnalysisOptions? analysisOptions})
- AnalysisScheme.fromXml(XmlElement elem)
-
factory
Properties
- analysisOptions → AnalysisOptions?
-
final
- analysisSchemeLanguage → AnalysisSchemeLanguage
-
final
- analysisSchemeName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited