The NER-service supports NER for English and German (if no language definition is there, it assumes English). Detect the language client-side and inform the NER-service about it. To request NER for a specific language, the format looks like:
{
"paragraphs" : [<the paragraphs>],
"language" : "de"
}
However, the quality for German NER seems to be far below the English one.
The NER-service supports NER for English and German (if no language definition is there, it assumes English). Detect the language client-side and inform the NER-service about it. To request NER for a specific language, the format looks like:
However, the quality for German NER seems to be far below the English one.