Skip to content

Commit

Permalink
add transfer files
Browse files Browse the repository at this point in the history
  • Loading branch information
ftyers committed Mar 20, 2014
1 parent 1b1d1fa commit 15abdea
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
/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-eng.t2x -text
/apertium-ell-eng.ell-eng.t3x -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-ell.t2x -text
/apertium-ell-eng.eng-ell.t3x -text
/apertium-ell-eng.eng.acx -text
/apertium-ell-eng.eng.dix -text svneol=unset#application/xml
/apertium-ell-eng.post-eng.dix -text
Expand Down
50 changes: 50 additions & 0 deletions apertium-ell-eng.ell-eng.t2x
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<interchunk>

<section-def-cats>
<def-cat n="PR">
<cat-item tags="PR"/>
</def-cat>
<def-cat n="NP">
<cat-item tags="NP"/>
<cat-item tags="NP.*"/>
</def-cat>
<def-cat n="V">
<cat-item tags="V"/>
<cat-item tags="V.*"/>
</def-cat>
</section-def-cats>

<section-def-attrs>
<def-attr n="nbr">
<attr-item tags="sg"/>
<attr-item tags="pl"/>
<attr-item tags="sp"/>
<attr-item tags="ND"/>
</def-attr>
</section-def-attrs>

<section-def-vars>
<def-var n="nombre"/>
<def-var n="genere"/>
</section-def-vars>

<section-rules>

<rule comment="REGLA: NP">
<pattern>
<pattern-item n="NP"/>
</pattern>
<action>
<out>
<chunk>
<clip pos="1" part="lem"/>
<clip pos="1" part="tags"/>
<clip pos="1" part="chcontent"/>
</chunk>
</out>
</action>
</rule>

</section-rules>
</interchunk>
38 changes: 38 additions & 0 deletions apertium-ell-eng.ell-eng.t3x
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- -*- nxml -*- -->
<postchunk>

<section-def-cats>
<def-cat n="nom">
<cat-item name="nom"/>
</def-cat>
</section-def-cats>

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

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

<section-rules>

<rule comment="CHUNK:">
<pattern>
<pattern-item n="nom"/>
</pattern>
<action>
<out>
<lu>
<clip pos="1" part="whole"/>
</lu>
</out>
</action>
</rule>

</section-rules>
</postchunk>
50 changes: 50 additions & 0 deletions apertium-ell-eng.eng-ell.t2x
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<interchunk>

<section-def-cats>
<def-cat n="PR">
<cat-item tags="PR"/>
</def-cat>
<def-cat n="NP">
<cat-item tags="NP"/>
<cat-item tags="NP.*"/>
</def-cat>
<def-cat n="V">
<cat-item tags="V"/>
<cat-item tags="V.*"/>
</def-cat>
</section-def-cats>

<section-def-attrs>
<def-attr n="nbr">
<attr-item tags="sg"/>
<attr-item tags="pl"/>
<attr-item tags="sp"/>
<attr-item tags="ND"/>
</def-attr>
</section-def-attrs>

<section-def-vars>
<def-var n="nombre"/>
<def-var n="genere"/>
</section-def-vars>

<section-rules>

<rule comment="REGLA: NP">
<pattern>
<pattern-item n="NP"/>
</pattern>
<action>
<out>
<chunk>
<clip pos="1" part="lem"/>
<clip pos="1" part="tags"/>
<clip pos="1" part="chcontent"/>
</chunk>
</out>
</action>
</rule>

</section-rules>
</interchunk>
38 changes: 38 additions & 0 deletions apertium-ell-eng.eng-ell.t3x
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- -*- nxml -*- -->
<postchunk>

<section-def-cats>
<def-cat n="nom">
<cat-item name="nom"/>
</def-cat>
</section-def-cats>

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

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

<section-rules>

<rule comment="CHUNK:">
<pattern>
<pattern-item n="nom"/>
</pattern>
<action>
<out>
<lu>
<clip pos="1" part="whole"/>
</lu>
</out>
</action>
</rule>

</section-rules>
</postchunk>

0 comments on commit 15abdea

Please sign in to comment.