[67808] trunk/dports/textproc
jmr at macports.org
jmr at macports.org
Tue May 18 13:21:36 PDT 2010
Revision: 67808
http://trac.macports.org/changeset/67808
Author: jmr at macports.org
Date: 2010-05-18 13:21:33 -0700 (Tue, 18 May 2010)
Log Message:
-----------
New port: vislcg3, a compiler and parser for Constraint Grammar (#21833)
Added Paths:
-----------
trunk/dports/textproc/vislcg3/
trunk/dports/textproc/vislcg3/Portfile
Added: trunk/dports/textproc/vislcg3/Portfile
===================================================================
--- trunk/dports/textproc/vislcg3/Portfile (rev 0)
+++ trunk/dports/textproc/vislcg3/Portfile 2010-05-18 20:21:33 UTC (rev 67808)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name vislcg3
+version 0.9.7.5129
+categories textproc
+platforms darwin
+maintainers gmail.com:p.ixiemotion
+
+description Constraint Grammar parser for the VISL CG-3 formalism
+
+long_description Constraint Grammar (CG) is a methodological paradigm \
+ for Natural Language Parsing. Linguist-written, \
+ context dependent rules are compiled by VISL CG-3 into \
+ a grammar that assigns grammatical tags to tokens in \
+ running text. Tags address base forms, inflexion, \
+ derivation, syntactic function, dependency, valency, \
+ case roles, semantic type etc. Rules may add, remove, \
+ select or replace a (set of) tags in a given sentence \
+ context. Context conditions can be linked to any (set \
+ of) tags of any word in the sentence, over absolute or \
+ undefined distances. Context conditions in the same \
+ rule may be conditioned upon each other, negated or \
+ blocked by interfering words or tags.
+
+homepage http://beta.visl.sdu.dk/constraint_grammar.html
+master_sites http://beta.visl.sdu.dk/download/vislcg3/
+
+checksums md5 3875d7d36bedebe17317e32442c18b80 \
+ sha1 8718fee3e8e9bb2edd58c11175b23661539309c1 \
+ rmd160 fb0576a1f142bd47dfd35fb665408fe5dc9058e4
+
+depends_build port:pkgconfig port:autoconf port:automake
+depends_lib port:icu
+
+configure.cmd ./autogen.sh
Property changes on: trunk/dports/textproc/vislcg3/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100518/10cd117b/attachment.html>
More information about the macports-changes
mailing list