vidraj / derinet

The main repository for the DeriNet project and all its dependencies and related tools.
https://ufal.mff.cuni.cz/derinet
7 stars 3 forks source link

The morphological features are sometimes misapplied to the wrong POS #19

Open vidraj opened 5 years ago

vidraj commented 5 years ago

Most morphological features we mark are part-of-speech specific. For example, gender is only relevant to nouns and aspect is only relevant to verbs. But due to errors in the techlemma suffixes, some nouns (e.g. “dužnatění”) are marked as imperfective or perfective.

Create a module that checks these basic assumptions (together with various checks on the tree structure, which we don't and possibly can't enforce globally for all languages).