File: basic.crx

package info (click to toggle)
apertium 3.9.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,024 kB
  • sloc: cpp: 22,288; ansic: 4,875; xml: 2,566; python: 1,428; sh: 1,117; lex: 1,088; makefile: 591
file content (17 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<capitalization>
	<rules>
		<rule weight="0.1">
			<match select="aa"/>
		</rule>
		<rule weight="1.0">
			<or>
				<match lemma="iPhone" select="dix"/>
				<match lemma="iPod" select="dix"/>
			</or>
		</rule>
		<rule weight="0.9">
			<match tags="np.*" select="Aa"/>
		</rule>
	</rules>
</capitalization>