alteryx / nlp_primitives

Natural Language Processing primitives for Featuretools
https://blog.featurelabs.com/natural-language-processing-featuretools/
BSD 3-Clause "New" or "Revised" License
37 stars 11 forks source link

Add ruff, remove isort, and add more pre-commits #237

Closed gsheni closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #237 (a80ad4e) into main (2dbfc4b) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #237   +/-   ##
=======================================
  Coverage   98.53%   98.53%           
=======================================
  Files          27       27           
  Lines         683      683           
=======================================
  Hits          673      673           
  Misses         10       10           
Impacted Files Coverage Δ
nlp_primitives/lsa.py 100.00% <ø> (ø)
nlp_primitives/part_of_speech_count.py 100.00% <ø> (ø)
nlp_primitives/tensorflow/elmo.py 100.00% <ø> (ø)
nlp_primitives/tests/test_diversity_score.py 100.00% <ø> (ø)
nlp_primitives/tests/test_elmo.py 100.00% <ø> (ø)
nlp_primitives/tests/test_lsa.py 100.00% <ø> (ø)
...mitives/tests/test_mean_characters_per_sentence.py 100.00% <ø> (ø)
nlp_primitives/tests/test_number_of_sentences.py 100.00% <ø> (ø)
nlp_primitives/tests/test_part_of_speech_count.py 100.00% <ø> (ø)
nlp_primitives/tests/test_polarity_score.py 100.00% <ø> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.