also update is_oov in lexeme docs

This commit is contained in:
jganseman 2021-01-26 11:09:16 +01:00 committed by GitHub
parent 5ace559201
commit 8bc57ec372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ The L2 norm of the lexeme's vector representation.
| `like_url` | bool | Does the lexeme resemble a URL? | | `like_url` | bool | Does the lexeme resemble a URL? |
| `like_num` | bool | Does the lexeme represent a number? e.g. "10.9", "10", "ten", etc. | | `like_num` | bool | Does the lexeme represent a number? e.g. "10.9", "10", "ten", etc. |
| `like_email` | bool | Does the lexeme resemble an email address? | | `like_email` | bool | Does the lexeme resemble an email address? |
| `is_oov` | bool | Does the lexeme have a word vector? | | `is_oov` | bool | Is the lexeme out-of-vocabulary (i.e. Does it not have a word vector?) |
| `is_stop` | bool | Is the lexeme part of a "stop list"? | | `is_stop` | bool | Is the lexeme part of a "stop list"? |
| `lang` | int | Language of the parent vocabulary. | | `lang` | int | Language of the parent vocabulary. |
| `lang_` | unicode | Language of the parent vocabulary. | | `lang_` | unicode | Language of the parent vocabulary. |