diff --git a/website/api/lexeme.jade b/website/api/lexeme.jade index 86fa18730..7b542303a 100644 --- a/website/api/lexeme.jade +++ b/website/api/lexeme.jade @@ -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 diff --git a/website/api/token.jade b/website/api/token.jade index 65e687cde..624e99ef1 100644 --- a/website/api/token.jade +++ b/website/api/token.jade @@ -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