Adversarial-Deep-Learning / code-soup

This is a collection of algorithms and approaches used in the book adversarial deep learning
MIT License
18 stars 18 forks source link

Add Text Perturbations #59

Closed abheesht17 closed 2 years ago

abheesht17 commented 2 years ago

This PR resolves Issue #58.

codecov[bot] commented 2 years ago

Codecov Report

Merging #59 (da9faf9) into main (c73e0aa) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        12    +1     
  Lines          466       556   +90     
=========================================
+ Hits           466       556   +90     
Impacted Files Coverage Δ
code_soup/common/text/perturbations.py 100.00% <100.00%> (ø)
abheesht17 commented 2 years ago

Okay, will make the necessary modifications.

abheesht17 commented 2 years ago

@someshsingh22, have a look.