f3a5127b04
NLTK, the Natural Language Toolkit, is a suite of open source Python modules, data sets and tutorials supporting research and development in Natural Language Processing. A substantial amount of documentation about how to use NLTK, including a textbook and API documention, is available from the NLTK website: http://www.nltk.org/
27 lines
573 B
Makefile
27 lines
573 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/13 12:17:08 jasper Exp $
|
|
|
|
COMMENT= Natural Language ToolKit
|
|
|
|
MODPY_EGG_VERSION= 2.0b7
|
|
DISTNAME= nltk-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-nltk-${MODPY_EGG_VERSION}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://www.nltk.org/
|
|
|
|
# Apache License, Version 2.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://nltk.googlecode.com/files/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= ::graphics/py-matplotlib \
|
|
::textproc/py-yaml
|
|
|
|
.include <bsd.port.mk>
|