snoonetIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
67 stars 52 forks source link

Bump nltk from 3.4 to 3.4.1 #494

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps nltk from 3.4 to 3.4.1.

Changelog *Sourced from [nltk's changelog](https://github.com/nltk/nltk/blob/develop/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`](https://github.com/nltk/nltk/commit/8db6a82b2fb1ed9440eff1afeabd77584de4e455) updates for 3.4.1 - [`4115ed1`](https://github.com/nltk/nltk/commit/4115ed18fc077464ffb9bf7233984cac3a04c321) refactor text.collocations, resolves [#2196](https://github-redirect.dependabot.com/nltk/nltk/issues/2196) [#2227](https://github-redirect.dependabot.com/nltk/nltk/issues/2227) - [`ab3f193`](https://github.com/nltk/nltk/commit/ab3f19363b9d3c0f0c2a88ab0410c7c58e5f72d5) Merge pull request [#2260](https://github-redirect.dependabot.com/nltk/nltk/issues/2260) from virresh/chomskycfg - [`5f6f2a4`](https://github.com/nltk/nltk/commit/5f6f2a4cd6452982274fc51428294af884e51491) Add unittests - [`b4bd1fa`](https://github.com/nltk/nltk/commit/b4bd1faa34327359203f840d66ef06b0573261ad) Add chomsky_normal_form for CFGs - [`f54c225`](https://github.com/nltk/nltk/commit/f54c22517650b699e4b136ae47b030589db90155) Merge pull request [#2257](https://github-redirect.dependabot.com/nltk/nltk/issues/2257) from okz12/develop - [`39af375`](https://github.com/nltk/nltk/commit/39af375904f2a2ba43f66384e26c2804e904e893) Corrected test case for new order of precedence in backtrace (skip before sub... - [`392095b`](https://github.com/nltk/nltk/commit/392095b94c19f2bb694c4f69a48131a8671709e1) Added operator import - [`0d332dd`](https://github.com/nltk/nltk/commit/0d332dde53f6c29f350604c7f7a7fbc1487aa3ff) Added more test cases for metrics/edit_distance_align - [`eee662b`](https://github.com/nltk/nltk/commit/eee662bbcf43f12881cf992cc913b91908a06a67) Changed backtrace to be more declarative - Additional commits viewable in [compare view](https://github.com/nltk/nltk/compare/3.4...3.4.1)


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](https://app.dependabot.com): - 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.