File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > HFST ospell–Free WFST spell-checker and library</ title >
6
+ </ head >
7
+ < body >
8
+ < h1 > < img src ="doc/html/edit2-small.png "
9
+ alt ="[edit distance 2 automaton] "/>
10
+ HFST ospell</ h1 >
11
+ < p >
12
+ HFST ospell is a free open source spell-checker using weighted
13
+ finite-state automata. It is a light-weight library for using
14
+ combinations of two automata–a language model and an error model–for
15
+ spell-checking and correction.
16
+ </ p >
17
+ < p >
18
+ It has optional support for XML-based metadata using libxml++2 or
19
+ tinyxml2. Automata compression is supported through libarchive,
20
+ currently with zip format.
21
+ </ p >
22
+ < p >
23
+ The API of the library is stable to support updating the shared library
24
+ while keeping the automata and the plugins for enchant and LibreOffice
25
+ in place. The < a href ="doc/html/ "> api documentation</ a > is maintained with
26
+ doxygen.
27
+ </ p >
28
+ < p >
29
+ You can download the library and small demo applications from
30
+ < a href ="http://hfst.sf.net/ "> HFST’s main sourceforge site</ a > .
31
+ </ p >
32
+ </ body >
33
+ </ html >
34
+
You can’t perform that action at this time.
0 commit comments