summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-nltk: upgrade 3.9.1 -> 3.9.2Wang Mingyu2025-10-141-0/+24
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>