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

Inflectional class is not shown properly #74

Open
aarppe opened this issue Jun 30, 2023 · 2 comments
Open

Inflectional class is not shown properly #74

aarppe opened this issue Jun 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@aarppe
Copy link

aarppe commented Jun 30, 2023

What is shown is not the inflectional class (or its relabeling), but rather that of V and AI, which is wrong. cf.

image

What should be shown here is the relabeling of the single string VAI-1, for which the relabelings are:

  1. linguistic: vowel-final animate intransitive verb (VAI-1)
  2. plain English: like: nipâw
  3. nêhiyawêwin: tâpiskôc: nipâw

This is how it works in the production version:

image

This may be due to an incorrect implementation in the backend.

@aarppe aarppe added the bug Something isn't working label Jun 30, 2023
@aarppe
Copy link
Author

aarppe commented Jul 1, 2023

One contributing factor may be that an inflectional class is shown both for the entry head-word as well as the inflected word-form (when these are distinct), cf.

image

In the production server, the inflectional class is only shown for the entry, not the inflected word form (for good reasons). See:

image

@Eluviian
Copy link
Contributor

Eluviian commented Jul 18, 2023

I don't see all the required information in the API. The Plain English and Linguistic categories are present, but not Nêhiyawêwin. Does this info need to be implemented into the API via the backend?

The inflectional class will no longer be shown in the outer search section, that is no big deal to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants