Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[en]German word forms tags sometimes not complete #961

Open
yhyh0 opened this issue Dec 31, 2024 · 0 comments
Open

[en]German word forms tags sometimes not complete #961

yhyh0 opened this issue Dec 31, 2024 · 0 comments

Comments

@yhyh0
Copy link

yhyh0 commented Dec 31, 2024

For example, the form 'ihr ginget' on page https://en.wiktionary.org/wiki/gehen.

We have that data parsed as

      {
        "form": "ginget",
        "tags": [
          "plural",
          "second-person",
          "subjunctive",
          "subjunctive-ii"
        ],
        "source": "conjugation"
      },

What is expected could be something like:

      {
        "form": "ginget",
        "tags": [
          "preterite"
          "plural",
          "second-person",
          "subjunctive",
          "subjunctive-ii"
        ],
        "source": "conjugation"
      },

Thanks for making this very helpful library, please let me know if there is any additional information that I can provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant