Skip to content

Commit f7b6dcc

Browse files
committed
documentation front page
git-svn-id: svn://svn.code.sf.net/p/hfst/code/trunk@3877 941e2c2b-deac-454f-805a-451daa25f33c
1 parent 0a17be0 commit f7b6dcc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

doc/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+

0 commit comments

Comments
 (0)