summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-14 17:19:11 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-14 09:00:23 -0700
commit73fce7c7699239bc8007df918e2f02fa107e02e2 (patch)
tree28c196cef40d45c8bccba4cc93c1d6b6f25e8524 /meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb
parent520fd28252e0deddbf09eb564025610ea6458a55 (diff)
downloadmeta-openembedded-73fce7c7699239bc8007df918e2f02fa107e02e2.tar.gz
python3-nltk: upgrade 3.9.1 -> 3.9.2
Changelog: ============= * Update download checksums to use SHA256 in built index * Fix percentage escape in new-style string formatting * replace shortened URLs using goo.gl * Make Wordnet interoperable with various taggers and tagged corpora * Fix saving PerceptronTagger * Document how to reproduce old Wordnet studies * properly initialize Portuguese corpus reader * support for mixed rules conversion into Chomsky Normal Form * only import tkinter if a GUI is needed * issue #2112 with Corenlp * new environment variable NLTK_DOWNLOADER_FORCE_INTERACTIVE_SHELL * Lesk defaults to most frequent sense in case of ties Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb')
-rw-r--r--meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb
new file mode 100644
index 0000000000..8a1e0cc047
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Natural Language Toolkit"
2DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
3 with human language data. It provides easy-to-use interfaces to \
4 over 50 corpora and lexical resources such as WordNet"
5HOMEPAGE = "https://www.nltk.org"
6BUGTRACKER = "https://github.com/nltk/nltk/issues"
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
9
10RDEPENDS:${PN} = "\
11 python3-click \
12 python3-joblib \
13 python3-tqdm \
14 python3-regex \
15 python3-xmlschema \
16"
17
18RRECOMMENDS:${PN} = "\
19 python3-numpy \
20"
21
22inherit setuptools3 pypi
23
24SRC_URI[sha256sum] = "0f409e9b069ca4177c1903c3e843eef90c7e92992fa4931ae607da6de49e1419"