Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2018 08:36:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479917 - in head/textproc: . py-ufal.udpipe
Message-ID:  <201809170836.w8H8aKh9027884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Sep 17 08:36:20 2018
New Revision: 479917
URL: https://svnweb.freebsd.org/changeset/ports/479917

Log:
  New port: textproc/py-ufal.udpipe: Python bindings to UDPipe library for parsing universal treebanks

Added:
  head/textproc/py-ufal.udpipe/
  head/textproc/py-ufal.udpipe/Makefile   (contents, props changed)
  head/textproc/py-ufal.udpipe/distinfo   (contents, props changed)
  head/textproc/py-ufal.udpipe/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Sep 17 07:53:36 2018	(r479916)
+++ head/textproc/Makefile	Mon Sep 17 08:36:20 2018	(r479917)
@@ -1428,6 +1428,7 @@
     SUBDIR += py-transpopy
     SUBDIR += py-tvgrab
     SUBDIR += py-ucl
+    SUBDIR += py-ufal.udpipe
     SUBDIR += py-whoosh
     SUBDIR += py-wicked
     SUBDIR += py-wordnet

Added: head/textproc/py-ufal.udpipe/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-ufal.udpipe/Makefile	Mon Sep 17 08:36:20 2018	(r479917)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	ufal.udpipe
+PORTVERSION=	1.2.0.1
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python bindings to UDPipe library for parsing universal treebanks
+
+LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/textproc/py-ufal.udpipe/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-ufal.udpipe/distinfo	Mon Sep 17 08:36:20 2018	(r479917)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537157910
+SHA256 (ufal.udpipe-1.2.0.1.tar.gz) = e24ebb712232d657900aee2b2e25e7ab45726089796dee7a376faf22e619eeb7
+SIZE (ufal.udpipe-1.2.0.1.tar.gz) = 303478

Added: head/textproc/py-ufal.udpipe/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-ufal.udpipe/pkg-descr	Mon Sep 17 08:36:20 2018	(r479917)
@@ -0,0 +1,6 @@
+UDPipe is a trainable pipeline for tokenization, tagging, lemmatization and
+dependency parsing of CoNLL-U files. UDPipe is language-agnostic and can be
+trained given annotated data in CoNLL-U format. Trained models are provided
+for nearly all UD treebanks.
+
+WWW: https://ufal.mff.cuni.cz/udpipe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809170836.w8H8aKh9027884>