pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-link-grammar



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct 15 06:40:28 UTC 2023

Added Files:
        pkgsrc/textproc/py-link-grammar: DESCR Makefile PLIST

Log Message:
textproc/py-link-grammar: import py311-link-grammar-5.12.3

The Link Grammar Parser is a syntactic parser of English, Russian,
Arabic and Persian (and other languages as well), based on Link
Grammar, an original theory of syntax and morphology.  Given a
sentence, the system assigns to it a syntactic structure, which
consists of a set of labelled links connecting pairs of words. The
parser also produces a "constituent" (HPSG style phrase tree)
representation of a sentence (showing noun phrases, verb phrases,
etc.).  The RelEx extension provides Stanford-style Dependency
Grammar output.

This package contains Python binding.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-link-grammar/DESCR \
    pkgsrc/textproc/py-link-grammar/Makefile \
    pkgsrc/textproc/py-link-grammar/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-link-grammar/DESCR
diff -u /dev/null pkgsrc/textproc/py-link-grammar/DESCR:1.1
--- /dev/null   Sun Oct 15 06:40:28 2023
+++ pkgsrc/textproc/py-link-grammar/DESCR       Sun Oct 15 06:40:28 2023
@@ -0,0 +1,11 @@
+The Link Grammar Parser is a syntactic parser of English, Russian,
+Arabic and Persian (and other languages as well), based on Link
+Grammar, an original theory of syntax and morphology.  Given a
+sentence, the system assigns to it a syntactic structure, which
+consists of a set of labelled links connecting pairs of words. The
+parser also produces a "constituent" (HPSG style phrase tree)
+representation of a sentence (showing noun phrases, verb phrases,
+etc.).  The RelEx extension provides Stanford-style Dependency
+Grammar output.
+
+This package contains Python binding.
Index: pkgsrc/textproc/py-link-grammar/Makefile
diff -u /dev/null pkgsrc/textproc/py-link-grammar/Makefile:1.1
--- /dev/null   Sun Oct 15 06:40:28 2023
+++ pkgsrc/textproc/py-link-grammar/Makefile    Sun Oct 15 06:40:28 2023
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2023/10/15 06:40:28 ryoon Exp $
+
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Python binding of syntactic parsing library
+
+.include "../../textproc/link-grammar/Makefile.common"
+
+DEPENDS+=      link-grammar-[0-9]*:../../textproc/link-grammar
+
+BUILDLINK_DEPMETHOD.python=    full
+
+CONFIGURE_ARGS+=       --enable-python-bindings
+
+PY_PATCHPLIST= yes
+INSTALL_DIRS+= bindings/python
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-link-grammar/PLIST
diff -u /dev/null pkgsrc/textproc/py-link-grammar/PLIST:1.1
--- /dev/null   Sun Oct 15 06:40:28 2023
+++ pkgsrc/textproc/py-link-grammar/PLIST       Sun Oct 15 06:40:28 2023
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/15 06:40:28 ryoon Exp $
+${PYSITELIB}/linkgrammar.pth
+${PYSITELIB}/linkgrammar/__init__.py
+${PYSITELIB}/linkgrammar/__init__.pyc
+${PYSITELIB}/linkgrammar/__init__.pyo
+${PYSITELIB}/linkgrammar/_clinkgrammar.la
+${PYSITELIB}/linkgrammar/clinkgrammar.py
+${PYSITELIB}/linkgrammar/clinkgrammar.pyc
+${PYSITELIB}/linkgrammar/clinkgrammar.pyo
+${PYSITELIB}/linkgrammar/linkgrammar.py
+${PYSITELIB}/linkgrammar/linkgrammar.pyc
+${PYSITELIB}/linkgrammar/linkgrammar.pyo



Home | Main Index | Thread Index | Old Index