mirror of https://github.com/explosion/spaCy.git
Add Token.morph_
This commit is contained in:
parent
d3385f4be2
commit
941b9e33f7
|
@ -451,6 +451,7 @@ The L2 norm of the token's vector representation.
|
|||
| `tag` | int | Fine-grained part-of-speech. |
|
||||
| `tag_` | str | Fine-grained part-of-speech. |
|
||||
| `morph` | `MorphAnalysis` | Morphological analysis. |
|
||||
| `morph_` | str | Morphological analysis in UD FEATS format. |
|
||||
| `dep` | int | Syntactic dependency relation. |
|
||||
| `dep_` | str | Syntactic dependency relation. |
|
||||
| `lang` | int | Language of the parent document's vocabulary. |
|
||||
|
|
Loading…
Reference in New Issue