Revision
98275
Author
hum@macports.org
Date
2012-10-01 06:20:10 -0700 (Mon, 01 Oct 2012)

Log Message

New port: pialign @0.2.3 - Phrasal ITG Aligner

Added Paths

Diff

Added: trunk/dports/textproc/pialign/Portfile (0 => 98275)


--- trunk/dports/textproc/pialign/Portfile	                        (rev 0)
+++ trunk/dports/textproc/pialign/Portfile	2012-10-01 13:20:10 UTC (rev 98275)
@@ -0,0 +1,42 @@
+# -*- 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                pialign
+version             0.2.3
+categories          textproc
+maintainers         hum openmaintainer
+
+description         Phrasal ITG Aligner
+
+long_description    pialign is a package that allows you to create a phrase \
+                    table and word alignments from an unaligned parallel \
+                    corpus. It is unlike other unsupervised word alignment \
+                    tools in that it is able to create a phrase table using a \
+                    fully statistical model, no heuristics. As a result, it \
+                    is able to build phrase tables for phrase-based machine \
+                    translation that achieve competitive results but are only \
+                    a fraction of the size of those created with heuristic \
+                    methods.
+
+homepage            http://www.phontron.com/pialign/
+platforms           darwin
+license             CPL-1
+
+master_sites        ${homepage}download/
+checksums           rmd160  47a3eb9a17aafb39760cf30cd64780d6674145a9 \
+                    sha256  6711aad08ff5035c33facd8ddcb925271f1ff4b323a81d5501af7df0919e8449
+
+compiler.blacklist  clang
+
+post-destroot {
+    set doc_dir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${doc_dir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS COPYING README \
+        ${doc_dir}
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)\\.
Property changes on: trunk/dports/textproc/pialign/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style