89b34916a4
This class knows how to read two treebank formats, the Penn format and the Chomsky Normal Form (CNF) format. These formats differ in how they handle terminal nodes. The Penn format places pre-terminal part of speech tags in the left-hand position of a parenthesis-delimited pair, just like it does non-terminal nodes.
17 lines
326 B
Makefile
17 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/05/19 17:39:13 jasper Exp $
|
|
|
|
COMMENT= manifulate the Penn Treebank format
|
|
|
|
DISTNAME= Lingua-Treebank-0.16
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|