Skip to content

Conversation

@dependabot-preview
Copy link

Bumps nltk from 3.2 to 3.4.1.

Changelog

Sourced from nltk's changelog.

Version 3.4.1 2019-04-17

  • add chomsky_normal_form for CFGs
  • add meteor score
  • add minimum edit/Levenshtein distance based alignment function
  • allow access to collocation list via text.collocation_list()
  • support corenlp server options
  • drop support for Python 3.4
  • other minor fixes

Thanks to the following contributors to 3.4.1:
Adrian Ellis, Andrew Martin, Ayush Kaushal, BLKSerene, Bharat
Raghunathan, Franklin Chen, KMiNT21 Kevin Brown, Liling Tan,
Matan Rak, Nat Quayle Nelson, Osman Zubair, Purificant,
Uday Krishna, Viresh Gupta

Version 3.4 2018-11-17

  • Support Python 3.7
  • Language Modeling incl Kneser-Ney, Witten-Bell, Good-Turing
  • Cistem Stemmer for German
  • Support Russian National Corpus incl POS tag model
  • Decouple sentiment and twitter packages
  • Minor extensions for WordNet
  • K-alpha
  • Fix warning messages for corenlp
  • Comprehensive code cleanups
  • Many other minor fixes
  • Switch continuous integration from Jenkins to Travis

Special thanks to Ilia Kurenkov (Language Model package), Liling Tan (Python 3.7, Travis-CI),
and purificant (code cleanups). Thanks also to: Afshin Sadeghi, Ales Tamchyna, Alok Debnath,
aquatiko, Coykto, Denis Kataev, dnc1994, Fabian Howard, Frankie Robertson, Iaroslav Tymchenko,
Jayakrishna Sahit, LBenzahia, Leonie Weißweiler, Linghao Zhang, Rohit Kumar, sahitpj,
Tim Gianitsos, vagrant, 53X

Version 3.3 2018-05-06

  • Support Python 3.6
  • New interface to CoreNLP
  • Support synset retrieval by sense key
  • Minor fixes to CoNLL Corpus Reader, AlignedSent
  • Fixed minor inconsistencies in APIs and API documentation
  • Better conformance to PEP8
  • Drop moses.py (incompatible license)

Special thanks to Liling Tan for leading our transition to Python 3.6.
Thanks to other contributors listed here: https://github.com/nltk/nltk/blob/develop/AUTHORS.md

Version 3.2.5 2017-09-24

  • Arabic stemmers (ARLSTem, Snowball)
... (truncated)
Commits
  • 8db6a82 updates for 3.4.1
  • 4115ed1 refactor text.collocations, resolves #2196 #2227
  • ab3f193 Merge pull request #2260 from virresh/chomskycfg
  • 5f6f2a4 Add unittests
  • b4bd1fa Add chomsky_normal_form for CFGs
  • f54c225 Merge pull request #2257 from okz12/develop
  • 39af375 Corrected test case for new order of precedence in backtrace (skip before sub...
  • 392095b Added operator import
  • 0d332dd Added more test cases for metrics/edit_distance_align
  • eee662b Changed backtrace to be more declarative
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 1, 2019
@dependabot-preview
Copy link
Author

Superseded by #48.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/nltk-3.4.1 branch July 1, 2019 07:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants