Per Tunedal <[email protected]> writes: > Hi, > that makes sense. But what about lemmas that are entirely variable: > <e lm="man"> <i></i><par n="/man__prn"/></e> > How does such entries work if the lm attribute is a comment?
In this pardef: <pardef n="/man__prn"> <e a="PT"> <p><l>man</l> <r>man<s n="prn"/><s n="pers"/><s n="p3"/><s n="ut"/><s n="sg"/><s n="nom"/></r></p></e> <e> <p><l>en</l> <r>man<s n="prn"/><s n="pers"/><s n="p3"/><s n="ut"/><s n="sg"/><s n="acc"/></r></p></e> <e> <p><l>ens</l> <r>man<s n="prn"/><s n="pers"/><s n="p3"/><s n="ut"/><s n="sg"/><s n="gen"/></r></p></e> </pardef> you've got "man" defined in the pardef itself. The lemma (in the <r> part) is not variable, it's "man" all the time. Only the form (<l>) is changing. -- Kevin Brubeck Unhammer GPG: 0x766AC60C ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
