15 lines
647 B
Makefile
15 lines
647 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/11/24 15:57:08 wiz Exp $
|
|
|
|
DISTNAME= qc
|
|
PKGNAME= nltk_data-qc-20211124
|
|
CATEGORIES= textproc
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
HOMEPAGE= http://l2r.cs.uiuc.edu/~cogcomp/Data/QA/QC/
|
|
COMMENT= NLTK Data - Experimental Data for Question Classification
|
|
#LICENSE= This program may be used, copied, altered or included in other programs only for academic purposes and provided that the authorship of the initial program is aknowledged. Use for commercial purposes without the previous written agreement of the authors is forbidden.
|
|
|
|
TYPE= corpora
|
|
|
|
.include "../../meta-pkgs/nltk_data/common.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|