0xCAB / morphisto

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

three fixes for 'tun' #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What wordform makes the faulty analysis occur?
tun
tut
tu

What is the expected output? What do you see instead?
>tut
tuen<+V><2><Pl><Pres><Ind>

should be:
tun<+V><2><Pl><Pres><Ind>

> tun
tun<+V><Inf>

missing: 
tun<+V><1><Pl><Pres><Ind>
tun<+V><3><Pl><Pres><Ind>

> tu
tun<+V><Imp><Sg>

alternative (at the moment just for 'tue'):
tun<+V><1><Sg><Pres><Ind>

What version of Morphisto are you using?
r48

Original issue reported on code.google.com by rico.sen...@googlemail.com on 30 Aug 2011 at 10:30

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by wuerz...@gmail.com on 30 Aug 2011 at 11:21

GoogleCodeExporter commented 8 years ago
Patch successfully applied to branches/kmw/src/aux_verbs.xml. Please verify 
(r55).

Original comment by wuerz...@gmail.com on 31 Aug 2011 at 2:34

GoogleCodeExporter commented 8 years ago
Issue 63 has been merged into this issue.

Original comment by wuerz...@gmail.com on 2 Sep 2011 at 11:01