From 941b9e33f7c927844895a7c27e454297835300c9 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 22 Jul 2020 17:53:22 +0200 Subject: [PATCH] Add Token.morph_ --- website/docs/api/token.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/api/token.md b/website/docs/api/token.md index e60a038ba..1cb833089 100644 --- a/website/docs/api/token.md +++ b/website/docs/api/token.md @@ -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. |