Opened 15 years ago
Closed 15 years ago
#21406 closed submission (fixed)
new port: lttoolbox 3.1.2
Reported by: | p.ixiemotion@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | lttoolbox |
Description
lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. Analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information <n><pl>. Generation is the opposite process.
The package is split into three programs, lt-comp, the compiler, lt-proc, the processor, and lt-expand, which generates all possible mappings between surface forms and lexical forms in the dictionary.
lttoolbox is used mainly in the Apertium platform ( http://apertium.org ) with eg. machine translation, dictionaries, verb conjugators, etc. See also http://wiki.apertium.org/wiki/Lttoolbox
Portfile is attached. This is the first port I've created from scratch, so feedback is greatly appreciated.
Attachments (1)
Change History (3)
Changed 15 years ago by p.ixiemotion@…
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the portfile. It was mostly terrific. I committed it in r58057 with the following changes:
- changed whitespace so things align into columns
- pkgconfig is a build dependency not a library dependency
Portfile for lttoolbox