From 047369afb9ca7de83d891b4a0dd1729040e8be485d960676d2ad7cc1c1190ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 6 Jan 2023 18:19:24 +0000 Subject: [PATCH] Accepting request 1056422 from home:yarunachalam:branches:devel:languages:python - Update to 3.8 * Refactor dispersion plot (#3082) * Provide type hints for LazyCorpusLoader variables (#3081) * Throw warning when LanguageModel is initialized with incorrect vocabulary (#3080) * Fix WordNet's all_synsets() function (#3078) * Resolve TreebankWordDetokenizer inconsistency with end-of-string contractions (#3070) * Support both iso639-3 codes and BCP-47 language tags (#3060) * Avoid DeprecationWarning in Regexp tokenizer (#3055) * Fix many doctests, add doctests to CI (#3054, #3050, #3048) * Fix bool field not being read in VerbNet (#3044) * Greatly improve time efficiency of SyllableTokenizer when tokenizing numbers (#3042) * Fix encodings of Polish udhr corpus reader (#3038) * Allow TweetTokenizer to tokenize emoji flag sequences (#3034) * Prevent LazyModule from increasing the size of nltk.__dict__ (#3033) * Fix CoreNLPServer non-default port issue (#3031) * Add "acion" suffix to the Spanish SnowballStemmer (#3030) * Allow loading WordNet without OMW (#3026) * Use input() in nltk.chat.chatbot() for Jupyter support (#3022) * Fix edit_distance_align() in distance.py (#3017) * Tackle performance and accuracy regression of sentence tokenizer since NLTK 3.6.6 (#3014) * Add the Iota operator to semantic logic (#3010) * Resolve critical errors in WordNet app (#3008) * Resolve critical error in CHILDES Corpus (#2998) * Make WordNet information_content() accept adjective satellites (#2995) * Add "strict=True" parameter to CoreNLP (#2993, #3043) * Resolve issue with WordNet's synset_from_sense_key (#2988) * Handle WordNet synsets that were lost in mapping (#2985) * Resolve TypeError in Boxer (#2979) * Add function to retrieve WordNet synonyms (#2978) * Warn about nonexistent OMW offsets instead of raising an error (#2974) OBS-URL: https://build.opensuse.org/request/show/1056422 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=41 --- nltk-3.7.zip | 3 --- nltk-3.8.zip | 3 +++ python-nltk.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-nltk.spec | 4 ++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 nltk-3.7.zip create mode 100644 nltk-3.8.zip diff --git a/nltk-3.7.zip b/nltk-3.7.zip deleted file mode 100644 index 5493b4d..0000000 --- a/nltk-3.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6507d6460cec76d70afea4242a226a7542f85c669177b9c7f562b7cf1b05502 -size 3293449 diff --git a/nltk-3.8.zip b/nltk-3.8.zip new file mode 100644 index 0000000..c472fa3 --- /dev/null +++ b/nltk-3.8.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b30826a37d78d53427105bbd037dd880251be269fca64ee530838a46ed55fc +size 4619825 diff --git a/python-nltk.changes b/python-nltk.changes index 697fd51..6a46f05 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Fri Jan 6 15:32:43 UTC 2023 - Yogalakshmi Arunachalam + +- Update to 3.8 + +* Refactor dispersion plot (#3082) +* Provide type hints for LazyCorpusLoader variables (#3081) +* Throw warning when LanguageModel is initialized with incorrect vocabulary (#3080) +* Fix WordNet's all_synsets() function (#3078) +* Resolve TreebankWordDetokenizer inconsistency with end-of-string contractions (#3070) +* Support both iso639-3 codes and BCP-47 language tags (#3060) +* Avoid DeprecationWarning in Regexp tokenizer (#3055) +* Fix many doctests, add doctests to CI (#3054, #3050, #3048) +* Fix bool field not being read in VerbNet (#3044) +* Greatly improve time efficiency of SyllableTokenizer when tokenizing numbers (#3042) +* Fix encodings of Polish udhr corpus reader (#3038) +* Allow TweetTokenizer to tokenize emoji flag sequences (#3034) +* Prevent LazyModule from increasing the size of nltk.__dict__ (#3033) +* Fix CoreNLPServer non-default port issue (#3031) +* Add "acion" suffix to the Spanish SnowballStemmer (#3030) +* Allow loading WordNet without OMW (#3026) +* Use input() in nltk.chat.chatbot() for Jupyter support (#3022) +* Fix edit_distance_align() in distance.py (#3017) +* Tackle performance and accuracy regression of sentence tokenizer since NLTK 3.6.6 (#3014) +* Add the Iota operator to semantic logic (#3010) +* Resolve critical errors in WordNet app (#3008) +* Resolve critical error in CHILDES Corpus (#2998) +* Make WordNet information_content() accept adjective satellites (#2995) +* Add "strict=True" parameter to CoreNLP (#2993, #3043) +* Resolve issue with WordNet's synset_from_sense_key (#2988) +* Handle WordNet synsets that were lost in mapping (#2985) +* Resolve TypeError in Boxer (#2979) +* Add function to retrieve WordNet synonyms (#2978) +* Warn about nonexistent OMW offsets instead of raising an error (#2974) +* Fix missing ic argument in res, jcn and lin similarity functions of WordNet (#2970) +* Add support for the extended OMW (#2946) +* Fix LC cutoff policy of text tiling (#2936) +* Optimize ConditionalFreqDist.__add__ performance (#2939) +* Add Markdown corpus reader (#2902) + ------------------------------------------------------------------- Mon Dec 26 10:41:22 UTC 2022 - Matej Cepl diff --git a/python-nltk.spec b/python-nltk.spec index 6189c2c..7521b2a 100644 --- a/python-nltk.spec +++ b/python-nltk.spec @@ -1,7 +1,7 @@ # # spec file for package python-nltk # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define pyname nltk %define skip_python2 1 Name: python-nltk -Version: 3.7 +Version: 3.8 Release: 0 Summary: Natural Language Toolkit License: Apache-2.0