net.sf.myra.gui.parser
Class AccuracyParser
java.lang.Object
net.sf.myra.gui.parser.ResultParser
net.sf.myra.gui.parser.AccuracyParser
public class AccuracyParser
- extends ResultParser
This class represents the parser for the AccuracyMeasure
evaluation measure.
- Version:
- $Revision$ $Date:: $
- Author:
- Fernando Esteban Barril Otero
Method Summary |
static void |
main(java.lang.String[] args)
|
java.lang.String |
parse(java.lang.String text)
Returns the result (as a string) of parsing the specified text. |
static void |
print(java.lang.String dir,
java.lang.String pattern)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AccuracyParser
public AccuracyParser()
parse
public java.lang.String parse(java.lang.String text)
- Description copied from class:
ResultParser
- Returns the result (as a string) of parsing the specified text.
- Specified by:
parse
in class ResultParser
- Parameters:
text
- the text to be parsed.
- Returns:
- the result (as a string) of parsing the specified text.
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
print
public static void print(java.lang.String dir,
java.lang.String pattern)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2013. All Rights Reserved.