1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name lttoolbox |
---|
7 | version 3.1.2 |
---|
8 | categories textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description toolbox for lexical processing, morphological analysis and generation |
---|
12 | |
---|
13 | long_description lttoolbox is a toolbox from the Apertium platform\ |
---|
14 | used for lexical processing, morphological analysis\ |
---|
15 | and generation of words. Analysis involves finding\ |
---|
16 | the lemma and grammatical information (eg. noun,\ |
---|
17 | plural) of a surface form. Generation is the opposite\ |
---|
18 | process. The package is split into three programs,\ |
---|
19 | lt-comp (compiler), lt-proc (processor), and\ |
---|
20 | lt-expand (generates all possible mappings between\ |
---|
21 | surface forms and lexical forms). |
---|
22 | |
---|
23 | homepage http://wiki.apertium.org/wiki/Lttoolbox |
---|
24 | master_sites sourceforge:apertium |
---|
25 | |
---|
26 | checksums md5 ae77818c7c2c20e8d50a9bd18d9b78d6 \ |
---|
27 | sha1 8db7998ef2cb6d4edd08277030d3896163d49f0f \ |
---|
28 | rmd160 05ab9a8ee4893f3dcbebc2bd2598bc0cfd5c0db6 |
---|
29 | |
---|
30 | depends_lib port:libxml2 port:pkgconfig |
---|