We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d9026 commit 0b7d3a3Copy full SHA for 0b7d3a3
pvops/tests/test_text.py
@@ -14,6 +14,7 @@ def test_text_remove_nondate_nums():
14
answer = r" this is test example executed on 2/4/2020 "
15
assert preprocess.text_remove_nondate_nums(example) == answer
16
17
+
18
##### REMOVE ONCE NLTK STOPWORDS ISSUE IS RESOLVED
19
import pytest
20
@pytest.mark.skip(reason="no way of currently testing this")
0 commit comments