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

wip

parent 6041b384
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ public class Evaluator { ...@@ -24,7 +24,7 @@ public class Evaluator {
// computeGoldFeatureCounts(new LazyNYTReader()); // computeGoldFeatureCounts(new LazyNYTReader());
// Evaluator.evaluate(new LazyNYTReader(), new VoiceHeuristic("A"),"abs",false); // Evaluator.evaluate(new LazyNYTReader(), new VoiceHeuristic("A"),"abs",false);
// Evaluator.evaluate(new LazyNYTReader(), new ClauseHeuristic("main"),"abs",false); // Evaluator.evaluate(new LazyNYTReader(), new ClauseHeuristic("main"),"abs",false);
Evaluator.evaluate(new LazyNYTReader(), new VoiceClauseHeuristic(),"abs",false); Evaluator.evaluate(new LazyNYTReader(), new VoiceClauseHeuristic(),"abs",true);
// Evaluator.evaluate(new LazyNYTReader(), new IsFirstHeuristic(),"abs",false); // Evaluator.evaluate(new LazyNYTReader(), new IsFirstHeuristic(),"abs",false);
// Evaluator.evaluate(new LazyNYTReader(), new IsFirstNAVHeuristic(),"abs",false); // Evaluator.evaluate(new LazyNYTReader(), new IsFirstNAVHeuristic(),"abs",false);
// NYTAnnotations.ExtractAbstracts("allGoodAbstracts.txt"); // NYTAnnotations.ExtractAbstracts("allGoodAbstracts.txt");
......
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