diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-14 17:19:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-14 09:00:23 -0700 |
| commit | 73fce7c7699239bc8007df918e2f02fa107e02e2 (patch) | |
| tree | 28c196cef40d45c8bccba4cc93c1d6b6f25e8524 | |
| parent | 520fd28252e0deddbf09eb564025610ea6458a55 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb (renamed from meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb index 464e578ba9..8a1e0cc047 100644 --- a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb | |||
| @@ -21,4 +21,4 @@ RRECOMMENDS:${PN} = "\ | |||
| 21 | 21 | ||
| 22 | inherit setuptools3 pypi | 22 | inherit setuptools3 pypi |
| 23 | 23 | ||
| 24 | SRC_URI[sha256sum] = "87d127bd3de4bd89a4f81265e5fa59cb1b199b27440175370f7417d2bc7ae868" | 24 | SRC_URI[sha256sum] = "0f409e9b069ca4177c1903c3e843eef90c7e92992fa4931ae607da6de49e1419" |
