Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Shyam Upadhyay
event-wikifier
Commits
98ea447a
Commit
98ea447a
authored
Feb 20, 2016
by
Shyam Upadhyay
Browse files
bug
parent
5dc16d9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/edu/illinois/cs/cogcomp/utils/TAUtils.java
View file @
98ea447a
...
...
@@ -336,7 +336,7 @@ public class TAUtils {
}
for
(
EventInstance
ev:
others
)
{
if
(
ev
.
start
<
ee
.
start
&&
ev
.
end
<
ee
.
end
&&
e
e
.
pred_srl
.
getViewName
().
equals
(
"SRL_VERB"
))
if
(
ev
.
start
<
ee
.
start
&&
ev
.
end
<
ee
.
end
&&
e
v
.
pred_srl
.
getViewName
().
equals
(
"SRL_VERB"
))
return
false
;
}
return
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment