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 9f4214e commit 9ee6521Copy full SHA for 9ee6521
tests/unitary/with_extras/ads_string/test_ads_string.py
@@ -62,6 +62,10 @@ def test_basic_string_methods(self):
62
assert s3 == s and isinstance(s3, ADSString)
63
64
def test_nlp_methods(self):
65
+ import nltk
66
+
67
+ nltk.download("punkt_tab")
68
69
ADSString.nlp_backend("nltk")
70
s = ADSString("Walking my dog on a breezy day is the best way to recharge.")
71
assert list(s.adjective) == ["breezy", "best"]
0 commit comments