@nlpjs/builtin-duckling
Advanced tools
Comparing version 4.23.4 to 4.25.0
{ | ||
"name": "@nlpjs/builtin-duckling", | ||
"version": "4.23.4", | ||
"version": "4.25.0", | ||
"description": "Builtin Named Entity Recognition with Duckling", | ||
@@ -28,5 +28,5 @@ "author": { | ||
"dependencies": { | ||
"@nlpjs/core": "^4.23.4" | ||
"@nlpjs/core": "^4.25.0" | ||
}, | ||
"gitHead": "ad0a639c4cd58735903a21272f7a04a8ace886ab" | ||
"gitHead": "3065165b42ea2160d2a27c10c412c4b4c491332a" | ||
} |
@@ -137,2 +137,3 @@ /* | ||
utteranceText: entity.body, | ||
rawEntity: entity.dim, | ||
}; | ||
@@ -139,0 +140,0 @@ if (entity.dim === 'email') { |
10962
286
Updated@nlpjs/core@^4.25.0