Skip to content

Commit

Permalink
adjust for new spacy model
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Dec 9, 2020
1 parent 1775c29 commit 7531fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_token.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ int main()
Spacy::Token back = doc.tokens().at(2);
unittest::ExpectEqual(std::string, give.pos_(), "VERB");
unittest::ExpectEqual(std::string, it.pos_(), "PRON");
unittest::ExpectEqual(std::string, back.pos_(), "ADP");
unittest::ExpectEqual(std::string, back.pos_(), "ADV");
}

// Token::prob
Expand Down

0 comments on commit 7531fc2

Please sign in to comment.