[112690] trunk/dports/textproc
Ryan Schmidt
ryandesign at macports.org
Tue Oct 29 11:49:35 PDT 2013
On Oct 29, 2013, at 09:31, hum at macports.org wrote:
> Revision
> 112690
> Author
> hum at macports.org
> Date
> 2013-10-29 07:31:31 -0700 (Tue, 29 Oct 2013)
> Log Message
>
> New port: stanford-parser @ 3.2.0 - a Java implementation of probabilistic natural language parsers.
> Added Paths
>
> • trunk/dports/textproc/stanford-parser/
> • trunk/dports/textproc/stanford-parser/Portfile
> Diff
>
> Added: trunk/dports/textproc/stanford-parser/Portfile (0 => 112690)
>
> --- trunk/dports/textproc/stanford-parser/Portfile (rev 0)
> +++ trunk/dports/textproc/stanford-parser/Portfile 2013-10-29 14:31:31 UTC (rev 112690)
>
> @@ -0,0 +1,53 @@
>
> +# -*- 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 stanford-parser
> +version 3.2.0
> +categories textproc java
> +maintainers hum openmaintainer
> +
> +description a Java implementation of probabilistic natural language parsers
> +long_description ${description}, both highly optimized PCFG and lexicalized \
> + dependency parsers, and a lexicalized PCFG parser.
> +
> +homepage
> http://nlp.stanford.edu/software/lex-parser.shtml
>
> +platforms darwin
> +license GPL-2
According to http://nlp.stanford.edu/software/lex-parser.shtml this should be “GPL-2+”.
More information about the macports-dev
mailing list