Readonly
byteReadonly
byteThe length in bytes of the normalized lemma.
Readonly
byteIndex of the first byte of the original lemma.
Readonly
charThe count of characters of the normalized lemma.
Readonly
charIndex of the last character of the original lemma.
Readonly
charIndex of the first character of the original lemma.
Readonly
isWhether the token is a separator.
Readonly
isWhether the token is a stop word.
Readonly
isWhether the token is a word. A token is considered as a word if it's not a separator nor a stop word.
Readonly
kindKind of the Token assigned by the classifier.
Readonly
languageLanguage of the Token.
Readonly
lemmaThe normalized lemma.
Readonly
originalThe length in bytes of the original lemma.
Readonly
originalThe count of characters of the original lemma.
Readonly
scriptScript of the Token.
Readonly
separatorThe kind of the separator if the token is a separator.
Index of the last byte of the original lemma.