Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Oct 14, 2023
1 parent d672412 commit 7e2c0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/groovy/ua/net/nlp/tools/tag/TagUnknownTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public class TagTextUnknownTest {

expected =
"""<sentence>
<token value="популяється" lemma="популятися" tags="verb:rev:imperf:pres:s:3" q="-0.5" />
<token value="популяється" lemma="популятися" tags="verb:rev:imperf:pres:s:3" q="-0.6" />
</sentence>
<paragraph/>
"""
Expand Down

0 comments on commit 7e2c0af

Please sign in to comment.