From 29106ec74088a3cef6cb414c09806693736dcd00 Mon Sep 17 00:00:00 2001 From: ines Date: Sun, 18 Feb 2018 14:16:26 +0100 Subject: [PATCH] Add "new" tag to is_currency [ci skip] --- website/api/lexeme.jade | 1 + website/api/token.jade | 1 + 2 files changed, 2 insertions(+) diff --git a/website/api/lexeme.jade b/website/api/lexeme.jade index 7b542303a..b1e63d378 100644 --- a/website/api/lexeme.jade +++ b/website/api/lexeme.jade @@ -327,6 +327,7 @@ p The L2 norm of the lexeme's vector representation. +row +cell #[code is_currency] + +tag-new("2.0.8") +cell bool +cell Is the lexeme a currency symbol? diff --git a/website/api/token.jade b/website/api/token.jade index 624e99ef1..ca237acc6 100644 --- a/website/api/token.jade +++ b/website/api/token.jade @@ -742,6 +742,7 @@ p The L2 norm of the token's vector representation. +row +cell #[code is_currency] + +tag-new("2.0.8") +cell bool +cell Is the token a currency symbol?