Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ftyers committed Mar 20, 2014
1 parent 2e1ce5b commit f99bdce
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
/README -text
/apertium-ell-eng.ell-eng.dix -text
/apertium-ell-eng.ell-eng.lrx -text
/apertium-ell-eng.ell-eng.t1x -text
/apertium-ell-eng.ell.dix -text
/apertium-ell-eng.eng-ell.rlx -text
/apertium-ell-eng.eng-ell.t1x -text svneol=unset#application/xml
/apertium-ell-eng.eng.acx -text
/apertium-ell-eng.eng.dix -text svneol=unset#application/xml
/apertium-ell-eng.post-eng.dix -text
/apertium-en-el.el.dix -text svneol=unset#application/xml
/apertium-eng-ell.eng-ell.t1x -text svneol=unset#application/xml
/autogen.sh -text
/configure.ac -text
/modes.xml -text
Expand Down
File renamed without changes.
147 changes: 147 additions & 0 deletions apertium-ell-eng.eng-ell.t1x
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8"?>

<transfer>


<section-def-cats>

<def-cat n="nom">
<cat-item tags="n.*"/>
</def-cat>

<def-cat n="prpers">
<cat-item lemma="prpers" tags="prn.*"/>
</def-cat>

<def-cat n="vrb">
<cat-item tags="vblex.*"/>
</def-cat>

</section-def-cats>


<section-def-attrs>

<def-attr n="nbr">
<attr-item tags="sg"/>
<attr-item tags="pl"/>
</def-attr>

<def-attr n="a_nom">
<attr-item tags="n"/>
</def-attr>

<def-attr n="tipus_prn">
<attr-item tags="prn.subj"/>
<attr-item tags="prn.obj"/>
</def-attr>

<def-attr n="temps">
<attr-item tags="pri"/>
</def-attr>

<def-attr n="pers">
<attr-item tags="p1"/>
</def-attr>

<def-attr n="a_verb">
<attr-item tags="vblex"/>
</def-attr>


</section-def-attrs>



<section-def-vars>
<def-var n="number"/>
</section-def-vars>



<section-rules>

<rule>
<pattern>
<pattern-item n="nom"/>
</pattern>
<action>
<out>
<lu>
<clip pos="1" side="tl" part="lem"/>
<clip pos="1" side="tl" part="a_nom"/>
<clip pos="1" side="tl" part="nbr"/>
</lu>
</out>
</action>
</rule>

<rule>
<pattern>
<pattern-item n="vrb"/>
</pattern>
<action>
<out>
<lu>
<lit v="prpers"/>
<lit-tag v="prn"/>
<lit-tag v="subj"/>
<clip pos="1" side="tl" part="pers"/>
<clip pos="1" side="tl" part="nbr"/>
</lu>
<b/>
<lu>
<clip pos="1" side="tl" part="lem"/>
<clip pos="1" side="tl" part="a_verb"/>
<clip pos="1" side="tl" part="temps"/>
</lu>
</out>
</action>
</rule>

<rule>
<pattern>
<pattern-item n="vrb"/>
</pattern>
<action>
<out>
<lu>
<lit v="prpers"/>
<lit-tag v="prn"/>
<lit-tag v="obj"/>
<clip pos="1" side="tl" part="pers"/>
<clip pos="1" side="tl" part="nbr"/>
</lu>
<b/>
<lu>
<clip pos="1" side="tl" part="lem"/>
<clip pos="1" side="tl" part="a_verb"/>
<clip pos="1" side="tl" part="temps"/>
</lu>
</out>
</action>
</rule>

<rule>
<pattern>
<pattern-item n="vrb"/>
</pattern>
<action>
<out>
<lu>
<clip pos="1" side="tl" part="lem"/>
<clip pos="1" side="tl" part="a_verb"/>
<clip pos="1" side="tl" part="temps"/>
</lu>
</out>
</action>
</rule>



</section-rules>



</transfer>

0 comments on commit f99bdce

Please sign in to comment.