Skip to content

Commit 7531fc2

Browse files
committed
adjust for new spacy model
1 parent 1775c29 commit 7531fc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_token.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ int main()
330330
Spacy::Token back = doc.tokens().at(2);
331331
unittest::ExpectEqual(std::string, give.pos_(), "VERB");
332332
unittest::ExpectEqual(std::string, it.pos_(), "PRON");
333-
unittest::ExpectEqual(std::string, back.pos_(), "ADP");
333+
unittest::ExpectEqual(std::string, back.pos_(), "ADV");
334334
}
335335

336336
// Token::prob

0 commit comments

Comments
 (0)