Skip to content
Snippets Groups Projects
Commit 37c0e455 authored by Bartosz Broda's avatar Bartosz Broda
Browse files

new mwe xml format

parent 1423fa8d
Branches
No related merge requests found
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<units_description tagset='kipi'> <units_description tagset='kipi'>
<macros> <mwegroup name="SubstSubstFix" type="fix" class="subst">
<m> <condition>
<name>SubstSubstFix</name> and(
<var>S1,S2</var> inter(base[0],$s:Subst1),
<con> inter(class[0],{subst,ger,depr}),
and( inter(base[1],$s:Subst2),
inter(base[0],$s:S1), inter(class[1],{subst,ger,depr}),
inter(class[0],{subst,ger,depr}), inter(cas[0], cas[1])
inter(base[1],$s:S2), )
inter(class[1],{subst,ger,depr}), </condition>
inter(cas[0], cas[1]) <instances>
) <MWE base="Jan Paweł">
</con> <var name="Subst1">jan</var>
</m> <var name="Subst2">paweł</var>
</macros> <head>inter(cas[0], {nom})</head>
<LU> </MWE>
<LUbase>Jan Paweł</LUbase> </instances>
<t>fix</t> </mwegroup>
<pat>#SubstGenSubstFix("jan","paweł")</pat>
<h>inter(cas[$H], {nom})</h>
<class>subst</class>
</LU>
</units_description> </units_description>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment