Package edu.upenn.seas.mstparser
Class DependencyEvaluator
- java.lang.Object
-
- edu.upenn.seas.mstparser.DependencyEvaluator
-
public class DependencyEvaluator extends Object
-
-
Constructor Summary
Constructors Constructor Description DependencyEvaluator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidevaluate(String act_file, String pred_file, String format, boolean fileAccess)static voidmain(String[] args)
-
-
-
Method Detail
-
evaluate
public static void evaluate(String act_file, String pred_file, String format, boolean fileAccess) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-