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

Add forms to lexemes that combine multiple lexemes #8

Open
siiptuo opened this issue Jan 10, 2023 · 0 comments
Open

Add forms to lexemes that combine multiple lexemes #8

siiptuo opened this issue Jan 10, 2023 · 0 comments

Comments

@siiptuo
Copy link
Owner

siiptuo commented Jan 10, 2023

Find candidates with something like this:

SELECT ?lexemeId ?lemma WHERE {
  ?lexemeId dct:language wd:Q1860;
    wikibase:lemma ?lemma;
    wdt:P5238 ?lexemes.
  FILTER(NOT EXISTS { ?lexemeId ontolex:lexicalForm ?form. })
}

Maybe skip idioms and other multi-word lexemes as these can be difficult to inflect correctly.

@siiptuo siiptuo changed the title Automatically add forms to lexemes that combine multiple lexemes. Add forms to lexemes that combine multiple lexemes Jan 10, 2023
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