mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

The Natural Language Toolkit (NLTK) is a Python package for natural language processing. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
742 B
BlitzBasic
25 lines
742 B
BlitzBasic
SUMMARY = "Natural Language Toolkit"
|
|
DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
|
|
with human language data. It provides easy-to-use interfaces to \
|
|
over 50 corpora and lexical resources such as WordNet"
|
|
HOMEPAGE = "https://www.nltk.org"
|
|
BUGTRACKER = "https://github.com/nltk/nltk/issues"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-click \
|
|
python3-joblib \
|
|
python3-tqdm \
|
|
python3-regex \
|
|
python3-xmlschema \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} = "\
|
|
python3-numpy \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|
|
|
|
SRC_URI[sha256sum] = "87d127bd3de4bd89a4f81265e5fa59cb1b199b27440175370f7417d2bc7ae868"
|