Logoj0ke.net Open Build Service > Projects > home:jg:devel > libvoikko > Meta
Sign Up | Log In

Meta Configuration of Package libvoikko

 
1
<package name="libvoikko" project="home:jg:devel">
2
  <title>Voikko is a library for spellcheckers and hyphenators</title>
3
  <description>This is libvoikko, library for spellcheckers and hyphenators using Malaga
4
natural language grammar development tool. The library is written in C.
5
6
Currently only Finnish is supported, but the API of the library has been
7
designed to allow adding support for other languages later. Note however that
8
Malaga is rather low level tool that requires implementing the whole morphology
9
of a language as a left associative grammar. Therefore languages that have
10
simple or even moderately complex morphologies and do not require morphological
11
analysis in their hyphenators should be implemented using other tools such as
12
Hunspell.
13
14
</description>
15
  <person userid="jg" role="bugowner"/>
16
  <person userid="jg" role="maintainer"/>
17
  <url>http://voikko.sourceforge.net/</url>
18
</package>
19