We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345cd04 commit e96b692Copy full SHA for e96b692
lib/Treex/Block/HamleDT/CS/FixUD.pm
@@ -2744,6 +2744,12 @@ sub fix_annotation_errors
2744
$subtree[8]->set_parent($subtree[9]);
2745
$subtree[8]->set_deprel('cop');
2746
}
2747
+ # PDT-C 2.0 train tamw faust_2010_07_mu_08 # 12
2748
+ elsif($spanstring =~ m/^jít ven s ; jít za ; odejít rozhořčený$/)
2749
+ {
2750
+ my @subtree = $self->get_node_subtree($node);
2751
+ $subtree[4]->set_deprel('parataxis');
2752
+ }
2753
# Make sure that no node has more than one subject. This is to prevent
2754
# validation errors in UD. However, instead of randomly picking a subject
2755
# and re-labeling it as dep, we should investigate and fix the error
0 commit comments