Skip to content

Commit 6e442a6

Browse files
committed
same thing, converting VIT with Stanza 1.8.x should already be using a recent CoreNLP
1 parent f380dd7 commit 6e442a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stanza/tests/constituency/test_convert_it_vit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def test_update_mwts():
197197
with tsurgeon.Tsurgeon() as tsurgeon_processor:
198198
for con_sentence, ud_sentence, expected_tree in zip(con_sentences, ud_train_data.sentences, expected_trees):
199199
con_tree = convert_it_vit.raw_tree(con_sentence[1])
200-
# the moveprune feature requires corenlp 4.5.0 or later
201200
updated_tree, _ = convert_it_vit.update_mwts_and_special_cases(con_tree, ud_sentence, mwt_map, tsurgeon_processor)
202201
assert str(updated_tree) == expected_tree
203202

0 commit comments

Comments
 (0)