* Fix test_token_references test

This commit is contained in:
Matthew Honnibal 2015-06-07 18:33:04 +02:00
parent 15123329b1
commit 8a4c9c33f1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def test_orphan():
dummy = get_orphan_token('Load and flush the memory', 0) dummy = get_orphan_token('Load and flush the memory', 0)
dummy = get_orphan_token('Load again...', 0) dummy = get_orphan_token('Load again...', 0)
assert orphan.orth_ == 'orphan' assert orphan.orth_ == 'orphan'
assert orphan.pos_ == 'ADJ' assert orphan.pos_ == 'NOUN'
assert orphan.head.orth_ == 'token' assert orphan.head.orth_ == 'token'