Closed OscartGiles closed 3 years ago
[ ] I have checked that this issue has not already been reported.
[ ] I have confirmed this bug exists on the latest version of netspy
[ ] (optional) I have confirmed this bug exists on the main branch of netspy
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
These asserts are True:
from netspy.nlp_helper_functions import expand_contractions expand_contractions("ain't") != "is not" expand_contractions("ain't") == "as not"
The first assertion should be True and the second False
[ ] I have checked that this issue has not already been reported.
[ ] I have confirmed this bug exists on the latest version of netspy
[ ] (optional) I have confirmed this bug exists on the main branch of netspy
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
These asserts are True:
Problem description
Expected Output
The first assertion should be True and the second False