This commit is contained in:
Matthew Honnibal 2015-11-03 08:07:38 +01:00
commit 068222c09a

View File

@ -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']