Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nltk from 3.7 to 3.8 in /scripts/docs #2625

Merged
merged 1 commit into from Dec 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps nltk from 3.7 to 3.8.

Changelog

Sourced from nltk's changelog.

Version 3.8 2022-12-12

  • 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)

Thanks to the following contributors to 3.8: Alexandre Perez-Lebel, David Lukes, Eric Kafe, Fernando Carranza, Heungson Lee, Hoyeol Kim, James Huang, Jelle Zijlstra, Louis-Justin Tallot, M.K. Pawelkiewicz, Jan Lennartz, Malinda Dilhara, Martin Kondratzky, Rob Malouf, Saud Kadiri, Siddhesh Mhadnak, Stephan Hasler, Steve Smith, Tom Aarsen, Tyler Sheaffer, Yue Zhao, cestwc, elespike, purificant, richardyy1188

Version 3.7 2022-02-09

  • Improve and update the NLTK team page on nltk.org (#2855, #2941)
  • Drop support for Python 3.6, support Python 3.10 (#2920)

... (truncated)

Commits
  • 78952ef Add changelog for NLTK 3.8
  • 2e3959a Increment NLTK version to 3.8
  • b16931c Refactor dispersion plot (#3082)
  • f019fbe Support both iso639-3 codes and BCP-47 language tags (#3060)
  • 3ca43e2 Fix wordnet's all_synsets() function (#3078)
  • 754c10c Merge pull request #3080 from tomaarsen/enhancement/lm_warn_vocab
  • 960a45e Merge pull request #3081 from tomaarsen/enhancement/lazy_type_hints
  • a174bcb Provide type hints for LazyCorpusLoader variables
  • 8bd05b3 Throw warning when Language Model is initialized with incorrect vocabulary
  • f873603 Update incorrect docstring variable name
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner December 19, 2022 16:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 19, 2022
@atoulme
Copy link
Contributor

atoulme commented Dec 22, 2022

@dependabot rebase

Bumps [nltk](https://github.com/nltk/nltk) from 3.7 to 3.8.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.7...3.8)

---
updated-dependencies:
- dependency-name: nltk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scripts/docs/nltk-3.8 branch from e4bb281 to e5c738a Compare December 22, 2022 07:19
@atoulme atoulme merged commit 0128823 into main Dec 22, 2022
@dependabot dependabot bot deleted the dependabot/pip/scripts/docs/nltk-3.8 branch December 22, 2022 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant