mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Merge pull request #841 from jondoughty/patch-1
Updated Token class documentation
This commit is contained in:
commit
49a102aff3
|
@ -109,7 +109,7 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
|
||||||
+row
|
+row
|
||||||
+cell #[code suffix_]
|
+cell #[code suffix_]
|
||||||
+cell unicode
|
+cell unicode
|
||||||
+cell Length-N substring from the start of the word. Defaults to #[code N=3].
|
+cell Length-N substring from the end of the word. Defaults to #[code N=3].
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code is_alpha]
|
+cell #[code is_alpha]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user