@nlpjs/builtin-microsoft
Advanced tools
Comparing version
{ | ||
"name": "@nlpjs/builtin-microsoft", | ||
"version": "4.14.0", | ||
"version": "4.14.3", | ||
"description": "Builtin Named Entity Recognition with Microsoft Recognizers", | ||
@@ -31,3 +31,3 @@ "author": { | ||
}, | ||
"gitHead": "48a764d97a40355f51560177ecc0ec8cfabaa195" | ||
"gitHead": "1f8a3bcfe527f0dbb6c7effdfe092b9b9af0d02a" | ||
} |
@@ -256,2 +256,11 @@ /* | ||
} else if ( | ||
other.entity === edge.entity && | ||
other.accuracy === edge.accuracy && | ||
((!edge.resolution && !other.resolution) || | ||
(edge.resolution && | ||
other.resolution && | ||
edge.resolution.subtype === other.resolution.subtype)) | ||
) { | ||
other.discarded = true; | ||
} else if ( | ||
other.entity === 'ordinal' && | ||
@@ -258,0 +267,0 @@ edge.entity === 'number' |
81404
0.97%1992
0.45%