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

Add gitter.im badge and link to the README page #50

Closed neomatrix369 closed 3 years ago

neomatrix369 commented 3 years ago

Goal or purpose of the PR

Adding the gitter.im chat badge to the README page: https://gitter.im/nlp_profiler/community

Changes implemented in the PR

Created a Gitter.im community channel and added the badged to the README file. Along with a short mention in the body of the README file.

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #50   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        21    -1     
  Lines          380       358   -22     
  Branches        54        51    -3     
=========================================
- Hits           380       358   -22     
Impacted Files Coverage Δ
nlp_profiler/constants.py 100.00% <0.00%> (ø)
nlp_profiler/granular_features/__init__.py 100.00% <0.00%> (ø)
nlp_profiler/granular_features/noun_phase_count.py

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 346c546...00803b1. Read the comment docs.