alpheios-project / inflection-tables

Inflection Table Library
ISC License
3 stars 1 forks source link

paradigm matching plugin #299

Closed balmas closed 4 years ago

balmas commented 4 years ago

Add support for matching paradigm tables for greek nouns, adjectives and pronouns as well as verbs.

Because we have already ending tables for those forms, we may have some additional work to do here to be able to display both, or prefer paradigm tables when they exist.

We may implement this as plugin-module for paradigm matching which can be used with both the editing tool (#298) and the runtime components library.

Originally posted by @balmas in https://github.com/alpheios-project/inflection-tables/issues/289#issuecomment-560537644

irina060981 commented 4 years ago

@balmas , I have started to work on adding noun paradigms and faced with the following problem: I was not able to find any word from the table: https://ucbclassics.dreamhosters.com/ancgreek/paradigmsU/paradigms_U.html that had morphology result.

So I am not sure how to create a rule for the table? Bridget, could you help me - how to solve this problem?

the same for adjectives the same for pronouns

irina060981 commented 4 years ago

@balmas , I believe that

Anyway I think that I need for the task

Without this information I don't know what to do further here. @balmas , I hope to get your help here :)

balmas commented 4 years ago

@irina060981 I am not sure but I think this might have been caused by the load balancer I put in front of the morph service yesterday. I am getting reports from other users and Monica that something went wrong with that. I took the load balancer away while I try to figure out the cause of the failure. I think it's working now.

balmas commented 4 years ago

(In addition, you need to test the page outside of the iframe)

balmas commented 4 years ago

re the rules, I think to start we would match on either stem_type or lemma. Not sure if we will be able to do more than that.

irina060981 commented 4 years ago

great, now it is working (morphology, I mean)!

balmas commented 4 years ago

this is done.