0xCAB / morphisto

Automatically exported from code.google.com/p/morphisto
0 stars 0 forks source link

Verb infinitve -> Noun conversion has wrong inflection class #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
> Auftreten
...
auf<PREF>treten<V><SUFF><+NN><Neut><Nom><Sg>
auf<PREF>treten<V><SUFF><+NN><Neut><Nom><Pl>
auf<PREF>treten<V><SUFF><+NN><Neut><Gen><Pl>
auf<PREF>treten<V><SUFF><+NN><Neut><Dat><Sg>
auf<PREF>treten<V><SUFF><+NN><Neut><Dat><Pl>
auf<PREF>treten<V><SUFF><+NN><Neut><Akk><Sg>
auf<PREF>treten<V><SUFF><+NN><Neut><Akk><Pl>

What is the expected output? What do you see instead?
As far as I can see, there should be no plural analyses since such conversions 
are always singular.

Original issue reported on code.google.com by wuerz...@gmail.com on 31 Aug 2011 at 12:50

GoogleCodeExporter commented 8 years ago
Changed inflection class of this type of derivation to "NNeut/Sg_s". Patch for 
suff_stems.xml attached. Christian, could you please verify this?

Original comment by wuerz...@gmail.com on 9 Sep 2011 at 1:55

Attachments:

GoogleCodeExporter commented 8 years ago
Fix looks reasonable, but I still need to test it. Or did you that already?

Original comment by CWRSimon@googlemail.com on 9 Sep 2011 at 2:12

GoogleCodeExporter commented 8 years ago
Compilation of the transducer is still running. We should verify most
of the resolved issues after the trunk has been updated.

Original comment by wuerz...@gmail.com on 9 Sep 2011 at 2:17