Merge pull request #1077 from raphael0202/patch-2

Add Token.orth and Token.orth_ description in doc
This commit is contained in:
Matthew Honnibal 2017-05-23 11:00:27 +02:00 committed by GitHub
commit 7669b9f923

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