File: basic_test.xml

package info (click to toggle)
hfst-ospell 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: cpp: 7,689; python: 386; xml: 193; makefile: 123; sh: 82
file content (34 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<hfstspeller dtdversion="1.0" hfstversion="3">
  <info>
    <locale>qtz</locale>
      <title>Example speller</title>
      <description>
          This example is for the automatic test suite of hfst-ospell.
      </description>
      <version vcsrev="33459">1.5.73</version>
      <date>2012-08-15</date>
      <producer>Flammie</producer>
      <contact email="flammie@iki.fi" 
          website="http://flammie.dyndns.org/"/>
  </info>
  <acceptor type="general" id="acceptor.default.hfst">
    <title>Example dictionary</title>
    <title xml:lang="se">Vuola lávlla</title>
    <description>Example dictionary recognises a word.</description>
    <description xml:lang="se">
        Vuola, vuola mun aigon lási
        vuolas juhkaluvvat,
        vuola, vuola mun aigon lási
        vuolas mieladuvvat
    </description>
  </acceptor>
  <errmodel id="errormodel.default.hfst">
    <title>Sahtiwaari</title>
    <description>
        Example error model turns one word into another.
    </description>
    <type type="default"/>
    <model>errormodel.default.hfst</model>
  </errmodel>
</hfstspeller>