Add Token.orth and Token.orth_ description in doc

This commit is contained in:
Raphaël Bournhonesque 2017-05-19 21:17:31 +02:00 committed by GitHub
parent 6c67482f34
commit a330287304

View File

@ -67,6 +67,16 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
+cell unicode
+cell Base form of the word, with no inflectional suffixes.
+row
+cell #[code orth]
+cell int
+cell word's string.
+row
+cell #[code orth_]
+cell unicode
+cell word's string.
+row
+cell #[code lower]
+cell int