Skip to content

detect language before NER #11

Description

@schloett

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions