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

Missing word forms in ruwiktionary #631

Open
donnerpeter opened this issue May 15, 2024 · 0 comments
Open

Missing word forms in ruwiktionary #631

donnerpeter opened this issue May 15, 2024 · 0 comments

Comments

@donnerpeter
Copy link

For example, I can see the inflected word forms at https://ru.wiktionary.org/wiki/%D0%BF%D1%83%D0%B1%D0%BB%D0%B8%D1%86%D0%B8%D1%81%D1%82.

But the JSON entry doesn't contain these forms:

{
  "word": "публицист",
  "pos": "noun",
  "lang_code": "ru",
  "lang": "Русский",
  "sounds": [
    {
      "ipa": "pʊblʲɪˈt͡sɨst",
      "tags": [
        "singular"
      ]
    },
    {
      "ipa": "pʊblʲɪˈt͡sɨstɨ",
      "tags": [
        "plural"
      ]
    }
  ],
  "translations": [
    {
      "word": "publicist",
      "lang_code": "en",
      "lang": "Английский"
    },
    {
      "word": "публицист",
      "lang_code": "bg",
      "lang": "Болгарский"
    },
    {
      "word": "Publizist",
      "lang_code": "de",
      "lang": "Немецкий",
      "tags": [
        "masculine"
      ]
    },
    {
      "word": "publicysta",
      "lang_code": "pl",
      "lang": "Польский",
      "tags": [
        "masculine"
      ]
    },
    {
      "word": "publiciste",
      "lang_code": "fr",
      "lang": "Французский",
      "tags": [
        "masculine"
      ]
    },
    {
      "word": "publicist",
      "lang_code": "sv",
      "lang": "Шведский",
      "raw_tags": [
        "общ."
      ]
    }
  ],
  "hypernyms": [
    {
      "word": "журналист"
    },
    {
      "word": "литератор"
    },
    {
      "word": "писатель"
    }
  ],
  "senses": [
    {
      "glosses": [
        "журналист, пишущий о политике и общественной жизни"
      ],
      "id": "ru-публицист-ru-noun-J2eLHBkE"
    },
    {
      "glosses": [
        "писатель, пишущий об актуальных проблемах и явлениях текущей жизни общества; эссеист"
      ],
      "id": "ru-публицист-ru-noun-4rwDjxJM"
    }
  ]
}
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