mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Document is_currency
This commit is contained in:
parent
6bba1db4cc
commit
61052df31f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user