Skip to content

Performance for German? #89

@izaskr

Description

@izaskr

Hi,
I want to use this tool to detect and correct grammatical mistakes in German.

from nlprule import Tokenizer, Rules
tokenizer = Tokenizer.load("de")
rules = Rules.load("de", tokenizer)

t1 = "Ich habe eine Hund."
rules.correct(t1) 

This returns the string without any corrections (but it should,ideally, change "eine" to "einen").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions