Advertisement
n0nick

apertium-mt-he.mt-he.t1x

Apr 2nd, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <transfer>
  3.   <section-def-cats>
  4.     <def-cat n="nom">
  5.       <cat-item tags="n.*"/>
  6.     </def-cat>
  7.     <def-cat n="vrb">
  8.       <cat-item tags="vblex.*"/>
  9.     </def-cat>
  10.   </section-def-cats>
  11.   <section-def-attrs>
  12.     <def-attr n="nbr">
  13.        <attr-item tags="sg"/>
  14.        <attr-item tags="pl"/>
  15.     </def-attr>
  16.     <def-attr n="a_nom">
  17.        <attr-item tags="n"/>
  18.     </def-attr>
  19.     <def-attr n="temps">
  20.        <attr-item tags="pri"/>
  21.     </def-attr>
  22.     <def-attr n="pers">
  23.        <attr-item tags="p1"/>
  24.     </def-attr>
  25.     <def-attr n="a_verb">
  26.        <attr-item tags="vblex"/>
  27.     </def-attr>
  28.   </section-def-attrs>
  29.   <section-def-vars>
  30.     <def-var n="number"/>
  31.   </section-def-vars>
  32.   <section-rules>
  33.     <rule>
  34.        <pattern>
  35.          <pattern-item n="nom"/>
  36.        </pattern>
  37.        <action>
  38.          <out>
  39.            <lu>
  40.              <clip pos="1" side="tl" part="lem"/>
  41.              <clip pos="1" side="tl" part="a_nom"/>
  42.              <clip pos="1" side="tl" part="nbr"/>
  43.            </lu>
  44.          </out>
  45.        </action>
  46.     </rule>
  47.     <rule>
  48.        <pattern>
  49.          <pattern-item n="vrb"/>
  50.        </pattern>
  51.        <action>
  52.          <out>
  53.            <lu>
  54.              <clip pos="1" side="tl" part="lem"/>
  55.              <clip pos="1" side="tl" part="a_verb"/>
  56.              <clip pos="1" side="tl" part="temps"/>
  57.            </lu>
  58.          </out>
  59.        </action>
  60.     </rule>
  61.   </section-rules>
  62. </transfer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement