mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
* Avoid laoding vectors in test_token_references
This commit is contained in:
parent
50768241b3
commit
638e07939d
|
@ -36,7 +36,7 @@ def _orphan_from_list(toks):
|
||||||
|
|
||||||
def test_list_orphans():
|
def test_list_orphans():
|
||||||
# Test case from NSchrading
|
# Test case from NSchrading
|
||||||
nlp = English()
|
nlp = English(load_vectors=False)
|
||||||
samples = ["a", "test blah wat okay"]
|
samples = ["a", "test blah wat okay"]
|
||||||
lst = []
|
lst = []
|
||||||
for sample in samples:
|
for sample in samples:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user