StopWords class

Common stop-words of every language identified by the 2-characters ISO code of the language.

Actually, it is a dart port from : https://raw.githubusercontent.com/stopwords-iso/stopwords-iso/master/python/stopwordsiso/stopwords-iso.json

See credits on the stopwords-iso github repository for all sources : https://github.com/stopwords-iso/stopwords-iso/blob/master/CREDITS.md

Usage

// Gets the French stop-words.
List<String> frenchStopWords = StopWords.fr;

Constructors

StopWords()
Returns singleton instance of StopWords.
factory

Properties

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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

af → const List<String>
ar → const List<String>
bg → const List<String>
bn → const List<String>
br → const List<String>
ca → const List<String>
cs → const List<String>
da → const List<String>
de → const List<String>
el → const List<String>
en → const List<String>
eo → const List<String>
es → const List<String>
et → const List<String>
eu → const List<String>
fa → const List<String>
fi → const List<String>
fr → const List<String>
ga → const List<String>
gl → const List<String>
gu → const List<String>
ha → const List<String>
he → const List<String>
hi → const List<String>
hr → const List<String>
hu → const List<String>
hy → const List<String>
id → const List<String>
it → const List<String>
ja → const List<String>
ko → const List<String>
ku → const List<String>
la → const List<String>
lt → const List<String>
lv → const List<String>
mr → const List<String>
ms → const List<String>
nl → const List<String>
no → const List<String>
pl → const List<String>
pt → const List<String>
ro → const List<String>
ru → const List<String>
sk → const List<String>
sl → const List<String>
so → const List<String>
st → const List<String>
sv → const List<String>
sw → const List<String>
th → const List<String>
tl → const List<String>
tr → const List<String>
uk → const List<String>
ur → const List<String>
vi → const List<String>
yo → const List<String>
zh → const List<String>
zu → const List<String>