ReadonlybyteReadonlybyteThe length in bytes of the normalized lemma.
ReadonlybyteIndex of the first byte of the original lemma.
ReadonlycharThe count of characters of the normalized lemma.
ReadonlycharIndex of the last character of the original lemma.
ReadonlycharIndex of the first character of the original lemma.
ReadonlyisWhether the token is a separator.
ReadonlyisWhether the token is a stop word.
ReadonlyisWhether the token is a word. A token is considered as a word if it's not a separator nor a stop word.
ReadonlykindKind of the Token assigned by the classifier.
ReadonlylanguageLanguage of the Token.
ReadonlylemmaThe normalized lemma.
ReadonlyoriginalThe length in bytes of the original lemma.
ReadonlyoriginalThe count of characters of the original lemma.
ReadonlyscriptScript of the Token.
ReadonlyseparatorThe kind of the separator if the token is a separator.
Index of the last byte of the original lemma.