LatinLanguageAnalyzerMixin class Null safety
A TextAnalyzer implementation for LatinLanguageAnalyzerMixin language analysis.
- Implemented types
- Implementers
Constructors
Properties
-
abbreviations
→ Map<
String, String> -
A hashmap of abbreviations in the analyzed language.
read-only, inherited
- characterFilter → CharacterFilter
-
The LatinLanguageAnalyzerMixin implementation of the characterFilter function:
read-only, override
- hashCode → int
-
The hash code for this object.
read-only, inherited
- keywordExtractor → KeywordExtractor
-
A splitter function that returns an ordered collection of keyword phrases
from text.
read-only, override
- lemmatizer → Lemmatizer
-
Language-specific function that returns the lemma of a term.
read-only, inherited
- nGrammer → NGrammer
-
A language-specific function that generates n-grams from text.
read-only, override
- paragraphSplitter → ParagraphSplitter
-
The LatinLanguageAnalyzerMixin implementation of paragraphSplitter.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sentenceSplitter → SentenceSplitter
-
The LatinLanguageAnalyzerMixin implementation of sentenceSplitter.
read-only, override
- stemmer → Stemmer
-
Language-specific function that returns the stem of a term.
read-only, inherited
-
stopWords
→ Set<
String> -
Stopwords are terms that commonly occur in a language and that do not add
material value to the analysis of text.
read-only, inherited
- syllableCounter → SyllableCounter
-
The LatinLanguageAnalyzerMixin implementation of syllableCounter.
read-only, override
-
termExceptions
→ Map<
String, String> -
A hashmap of words to token terms for special words that should not be
re-capitalized, stemmed or lemmatized.
read-only, inherited
- termFilter → TermFilter
-
A filter function that returns a collection of terms from term:
read-only, override
- termSplitter → TermSplitter
-
The LatinLanguageAnalyzerMixin implementation of termSplitter.
read-only, override
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited