From 1f2b0ec168289189a7b4d1e07bf364457c0744f3 Mon Sep 17 00:00:00 2001 From: jganseman <555345+jganseman@users.noreply.github.com> Date: Tue, 26 Jan 2021 10:53:39 +0100 Subject: [PATCH] proposing a more concise explanation for is_oov proposing a more concise explanation for is_oov --- website/docs/api/token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/token.md b/website/docs/api/token.md index 9f8594c96..2b5d779e3 100644 --- a/website/docs/api/token.md +++ b/website/docs/api/token.md @@ -459,7 +459,7 @@ The L2 norm of the token's vector representation. | `like_url` | bool | Does the token resemble a URL? | | `like_num` | bool | Does the token represent a number? e.g. "10.9", "10", "ten", etc. | | `like_email` | bool | Does the token resemble an email address? | -| `is_oov` | bool | Does the token have a word vector? | +| `is_oov` | bool | Is the token out-of-vocabulary (i.e. does it not have a word vector?) | | `is_stop` | bool | Is the token part of a "stop list"? | | `pos` | int | Coarse-grained part-of-speech from the [Universal POS tag set](https://universaldependencies.org/docs/u/pos/). | | `pos_` | unicode | Coarse-grained part-of-speech from the [Universal POS tag set](https://universaldependencies.org/docs/u/pos/). |