1 | # -*- coding: utf-8; mode: tcl; tcl-continued-indent-level: 24; indent-tabs-mode: nil -*- |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name vislcg3 |
---|
7 | version 0.9.7.5129 |
---|
8 | categories textproc |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description Constraint Grammar parser for the VISL CG-3 formalism |
---|
13 | |
---|
14 | long_description Constraint Grammar (CG) is a methodological paradigm \ |
---|
15 | for Natural Language Parsing. Linguist-written, \ |
---|
16 | context dependent rules are compiled by VISL CG-3 into \ |
---|
17 | a grammar that assigns grammatical tags to tokens in \ |
---|
18 | running text. Tags address base forms, inflexion, \ |
---|
19 | derivation, syntactic function, dependency, valency, \ |
---|
20 | case roles, semantic type etc. Rules may add, remove, \ |
---|
21 | select or replace a (set of) tags in a given sentence \ |
---|
22 | context. Context conditions can be linked to any (set \ |
---|
23 | of) tags of any word in the sentence, over absolute or \ |
---|
24 | undefined distances. Context conditions in the same \ |
---|
25 | rule may be conditioned upon each other, negated or \ |
---|
26 | blocked by interfering words or tags. Typical CG's \ |
---|
27 | consist of thousands of rules, applied set-wise, \ |
---|
28 | covering ever more advanced levels of analysis. Within \ |
---|
29 | each level, safe rules are used before heuristic rules,\ |
---|
30 | and no rule is allowed to remove the last reading of a \ |
---|
31 | given kind, thus providing for a high degree of \ |
---|
32 | robustness. |
---|
33 | |
---|
34 | homepage http://beta.visl.sdu.dk/constraint_grammar.html |
---|
35 | master_sites http://beta.visl.sdu.dk/download/vislcg3 |
---|
36 | |
---|
37 | checksums md5 3875d7d36bedebe17317e32442c18b80 \ |
---|
38 | sha1 8718fee3e8e9bb2edd58c11175b23661539309c1 \ |
---|
39 | rmd160 fb0576a1f142bd47dfd35fb665408fe5dc9058e4 |
---|
40 | |
---|
41 | depends_build port:pkgconfig port:autoconf port:automake port:m4 \ |
---|
42 | port:perl5.8 |
---|
43 | |
---|
44 | depends_lib port:icu |
---|
45 | |
---|
46 | configure.cmd ./autogen.sh |
---|