Skip to content
Snippets Groups Projects
Commit 3a70903e authored by Shyam Upadhyay's avatar Shyam Upadhyay
Browse files

wip

parent 7140874d
No related branches found
No related tags found
No related merge requests found
......@@ -46,14 +46,14 @@ public class VoiceClauseHeuristic extends Heuristic {
{
ee.salient=0;
}
if(srl_type.equals("SRL_VERB") && !isFirst)
if(!isFirst)
{
ee.salient=0;
}
if(srl_type.equals("SRL_NOM"))
{
ee.salient=0;
}
// if(srl_type.equals("SRL_NOM"))
// {
// ee.salient=0;
// }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment