mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' of https://github.com/honnibal/spaCy
This commit is contained in:
commit
068222c09a
|
@ -64,6 +64,7 @@ def test_packer_unannotated(tokenizer):
|
|||
assert result.string == 'the dog jumped'
|
||||
|
||||
|
||||
@pytest.mark.models
|
||||
def test_packer_annotated(tokenizer):
|
||||
vocab = tokenizer.vocab
|
||||
nn = vocab.strings['NN']
|
||||
|
|
Loading…
Reference in New Issue