ml4ai / automates

AutoMATES: Automated Model Assembly from Text, Equations, and Software
https://ml4ai.github.io/automates
Other
25 stars 9 forks source link

Bump nltk from 3.4.5 to 3.6.6 in /scripts/code_summarization #297

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps nltk from 3.4.5 to 3.6.6.

Changelog

Sourced from nltk's changelog.

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)

Version 3.6.7 2021-12-28

  • Resolve IndexError in sent_tokenize and word_tokenize (#2922)

Version 3.6.6 2021-12-21

  • Refactor gensim.doctest to work for gensim 4.0.0 and up (#2914)
  • Add Precision, Recall, F-measure, Confusion Matrix to Taggers (#2862)
  • Added warnings if .zip files exist without any corresponding .csv files. (#2908)
  • Fix FileNotFoundError when the download_dir is a non-existing nested folder (#2910)
  • Rename omw to omw-1.4 (#2907)
  • Resolve ReDoS opportunity by fixing incorrectly specified regex (#2906)
  • Support OMW 1.4 (#2899)
  • Deprecate Tree get and set node methods (#2900)
  • Fix broken inaugural test case (#2903)
  • Use Multilingual Wordnet Data from OMW with newer Wordnet versions (#2889)
  • Keep NLTKs "tokenize" module working with pathlib (#2896)
  • Make prettyprinter to be more readable (#2893)
  • Update links to the nltk book (#2895)
  • Add CITATION.cff to nltk (#2880)
  • Resolve serious ReDoS in PunktSentenceTokenizer (#2869)
  • Delete old CI config files (#2881)
  • Improve Tokenize documentation + add TokenizerI as superclass for TweetTokenizer (#2878)
  • Fix expected value for BLEU score doctest after changes from #2572
  • Add multi Bleu functionality and tests (#2793)
  • Deprecate 'return_str' parameter in NLTKWordTokenizer and TreebankWordTokenizer (#2883)
  • Allow empty string in CFG's + more (#2888)
  • Partition tree.py module into tree package + pickle fix (#2863)
  • Fix several TreebankWordTokenizer and NLTKWordTokenizer bugs (#2877)
  • Rewind Wordnet data file after each lookup (#2868)
  • Correct init call for SyntaxCorpusReader subclasses (#2872)
  • Documentation fixes (#2873)
  • Fix levenstein distance for duplicated letters (#2849)
  • Support alternative Wordnet versions (#2860)
  • Remove hundreds of formatting warnings for nltk.org (#2859)
  • Modernize nltk.org/howto pages (#2856)
  • Fix Bleu Score smoothing function from taking log(0) (#2839)
  • Update third party tools to newer versions and removing MaltParser fixed version (#2832)
  • Fix TypeError: _pretty() takes 1 positional argument but 2 were given in sem/drt.py (#2854)
  • Replace http with https in most URLs (#2852)

Thanks to the following contributors to 3.6.6 Adam Hawley, BatMrE, Danny Sepler, Eric Kafe, Gavish Poddar, Panagiotis Simakis, RnDevelover, Robby Horvath, Tom Aarsen, Yuta Nakamura, Mohaned Mashaly

... (truncated)

Commits
  • 4862b09 updates for 3.6.6
  • 6b60213 Refactor gensim.doctest to work for gensim 4.0.0 and up (#2914)
  • 59aa3fb Fix decode error for bllip parser (#2897)
  • a28d256 Add Precision, Recall, F-measure, Confusion Matrix to Taggers (#2862)
  • 72d9885 Added warnings if .zip files exist without any corresponding .csv files. (#2908)
  • dea7b44 Fix FileNotFoundError when the download_dir is a non-existing nested fold...
  • abbe86b Undo #2909 due to unexpected test failure
  • c075dab Allow commits with /nocache to not use the cache (#2909)
  • d6d513d Renamed omw to omw-1.4 (#2907)
  • 2a50a3e Resolve ReDoS opportunity by fixing incorrectly specified regex (#2906)
  • 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 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ml4ai/automates/network/alerts).
codecov[bot] commented 2 years ago

Codecov Report

Merging #297 (5f337bd) into master (f1f3c15) will increase coverage by 0.58%. The diff coverage is n/a.

:exclamation: Current head 5f337bd differs from pull request most recent head 65cdc03. Consider uploading reports for the commit 65cdc03 to get more accurate results

@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
+ Coverage   33.94%   34.53%   +0.58%     
==========================================
  Files         114      114              
  Lines       22752    22632     -120     
==========================================
+ Hits         7724     7815      +91     
+ Misses      15028    14817     -211     
Impacted Files Coverage Δ
...mates/program_analysis/CAST2GrFN/model/cast/var.py 68.65% <0.00%> (-1.50%) :arrow_down:
...ogram_analysis/CAST2GrFN/model/cast/scalar_type.py 44.73% <0.00%> (-1.42%) :arrow_down:
...alysis/CAST2GrFN/ann_cast/variable_version_pass.py 80.39% <0.00%> (-0.14%) :arrow_down:
...lysis/CAST2GrFN/visitors/cast_to_agraph_visitor.py 16.81% <0.00%> (+0.39%) :arrow_up:
automates/model_analysis/graph_manipulation.py 70.75% <0.00%> (+0.55%) :arrow_up:
...am_analysis/CAST2GrFN/ann_cast/id_collapse_pass.py 76.47% <0.00%> (+0.74%) :arrow_up:
...lysis/CAST2GrFN/ann_cast/cast_to_annotated_cast.py 77.14% <0.00%> (+0.75%) :arrow_up:
...ates/program_analysis/PyAST2CAST/py_ast_to_cast.py 13.81% <0.00%> (+1.37%) :arrow_up:
...gram_analysis/CAST2GrFN/ann_cast/annotated_cast.py 69.19% <0.00%> (+10.99%) :arrow_up:
...rogram_analysis/CAST2GrFN/model/cast/source_ref.py 86.07% <0.00%> (+11.39%) :arrow_up:
... and 2 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more