blob: dff5f4b76fa10b95c01687b7a03f12c8093f364d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.1 2021/11/24 15:57:10 wiz Exp $
DISTNAME= timit
PKGNAME= nltk_data-timit-20211124
CATEGORIES= textproc
DIST_SUBDIR= ${PKGNAME_NOREV}
HOMEPAGE= http://www.ldc.upenn.edu/Catalog/CatalogEntry.jsp?catalogId=LDC93S1
COMMENT= NLTK Data - TIMIT Corpus Sample
#LICENSE= This corpus sample is Copyright 1993 Linguistic Data Consortium, and is distributed under the terms of the Creative Commons Attribution, Non-Commercial, ShareAlike license. http://creativecommons.org/
TYPE= corpora
.include "../../meta-pkgs/nltk_data/common.mk"
.include "../../mk/bsd.pkg.mk"
|