Skip to content

Commit

Permalink
Undo the last change. Output should be TYPE:event instead of type="ev…
Browse files Browse the repository at this point in the history
…ent".
  • Loading branch information
mamorlis committed Nov 1, 2007
1 parent d2d91ce commit b39e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena/lib/ENA/Event.pm
Expand Up @@ -107,7 +107,7 @@ sub new {
or defined $morph->next and ${$morph->next}->get_pos !~ m/^動詞/gmx
and $self->unamb($morph->get_surface)
and $morph->get_type ne 'pred') {
$morph->set_relation($morph->get_relation.' type="event"');
$morph->set_relation($morph->get_relation.' TYPE:event');
}
$morph_id++;
}
Expand Down

0 comments on commit b39e0e1

Please sign in to comment.