mirror of https://github.com/explosion/spaCy.git
Add comment to new test
This commit is contained in:
parent
fd187d71ad
commit
91e916cb67
|
@ -1,3 +1,5 @@
|
|||
'''Test that models with no pretrained vectors can be deserialized correctly
|
||||
after vectors are added.'''
|
||||
from __future__ import unicode_literals
|
||||
import numpy
|
||||
from ...pipeline import Tagger
|
||||
|
|
Loading…
Reference in New Issue