Document is_currency

This commit is contained in:
ines 2018-02-18 13:30:03 +01:00
parent 6bba1db4cc
commit 61052df31f
2 changed files with 10 additions and 0 deletions

View File

@ -325,6 +325,11 @@ p The L2 norm of the lexeme's vector representation.
+cell bool
+cell Is the lexeme a quotation mark?
+row
+cell #[code is_currency]
+cell bool
+cell Is the lexeme a currency symbol?
+row
+cell #[code like_url]
+cell bool

View File

@ -740,6 +740,11 @@ p The L2 norm of the token's vector representation.
+cell bool
+cell Is the token a quotation mark?
+row
+cell #[code is_currency]
+cell bool
+cell Is the token a currency symbol?
+row
+cell #[code like_url]
+cell bool