AnalysisLanguage class Null safety

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

Implementers

Constructors

AnalysisLanguage()

Properties

bracketsAndCaretsSelector String
Returns a regular expression String that selects all brackets and carets.
read-only
hashCode int
The hash code for this object.
read-only, inherited
lineEndingSelector String
Returns a regular expression String that selects all line endings.
read-only
punctuationSelector String
Returns a regular expression String that selects all punctuation.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sentenceEndingSelector String
Returns a regular expression String that selects all sentence endings.
read-only
stopWords Iterable<String>
A collection of stop-words excluded from tokenization.
read-only

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