neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
241 stars 37 forks source link

Make the acceptance tests pass, fixing dependency versions #63

Closed neomatrix369 closed 2 years ago

neomatrix369 commented 2 years ago

To be able to merge a pull request, there are a few checks:

Checklist

Please check the options that you have completed and strike-out the options that do not apply via this pull request:

Goal or purpose of the PR

Fix the failing tests due to changes in the latest version of language_tool_python and also pandas which conflicts with swifter

Changes implemented in the PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #63 (08bb8c4) into master (7a01d6f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          498       498           
  Branches        74        74           
=========================================
  Hits           498       498           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6c96ec4...08bb8c4. Read the comment docs.