* Avoid laoding vectors in test_token_references

This commit is contained in:
Matthew Honnibal 2015-06-07 19:03:16 +02:00
parent 50768241b3
commit 638e07939d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def _orphan_from_list(toks):
def test_list_orphans():
# Test case from NSchrading
nlp = English()
nlp = English(load_vectors=False)
samples = ["a", "test blah wat okay"]
lst = []
for sample in samples: