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 e8cb8a2 commit 3f0701eCopy full SHA for 3f0701e
tests/test_spacy.py
@@ -2,6 +2,7 @@
2
3
import spacy
4
5
+# please check with learn team before changing
6
class TestSpacy(unittest.TestCase):
7
def test_model(self):
8
nlp = spacy.load('en_core_web_sm')
0 commit comments