Skip to content

Commit

Permalink
same thing, converting VIT with Stanza 1.8.x should already be using …
Browse files Browse the repository at this point in the history
…a recent CoreNLP
  • Loading branch information
AngledLuffa committed Apr 20, 2024
1 parent f380dd7 commit 6e442a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stanza/tests/constituency/test_convert_it_vit.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def test_update_mwts():
with tsurgeon.Tsurgeon() as tsurgeon_processor:
for con_sentence, ud_sentence, expected_tree in zip(con_sentences, ud_train_data.sentences, expected_trees):
con_tree = convert_it_vit.raw_tree(con_sentence[1])
# the moveprune feature requires corenlp 4.5.0 or later
updated_tree, _ = convert_it_vit.update_mwts_and_special_cases(con_tree, ud_sentence, mwt_map, tsurgeon_processor)
assert str(updated_tree) == expected_tree

Expand Down

0 comments on commit 6e442a6

Please sign in to comment.