File: issue12.xml

package info (click to toggle)
apertium-lex-tools 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: python: 5,788; cpp: 3,086; xml: 395; makefile: 86; awk: 63; sh: 61
file content (19 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<rules>
  <rule weight="2.0">                    <!-- rule1 -->
    <or>
      <match lemma="c"/>                 <!-- A -->
      <match tags="unseen"/>             <!-- B -->
    </or>
    <match lemma="salkdfj" tags="adv.*"> <!-- C -->
      <select lemma="lksajfdlk"/>
    </match>
  </rule>

  <rule><match lemma="w" tags="n"><select lemma="want"/></match></rule>
  <rule weight="2.0">                    <!-- rule2 -->
    <match tags="unseen"/>               <!-- B -->
    <match lemma="w" tags="n">
      <select lemma="got"/>
    </match>
  </rule>
</rules>