org.cogroo.tools.checker.rules
Class CogrooHtml

java.lang.Object
  extended by org.cogroo.tools.checker.rules.CogrooHtml

public class CogrooHtml
extends Object

This class grammar checks all examples from the rules file and prints an html report showing which rules are working.

Author:
Marcelo Suzumura

Constructor Summary
CogrooHtml(File f, GrammarChecker cogroo)
           
 
Method Summary
 void evaluate()
           
 List<List<String>> getAnalysisAsTable(Sentence sentence)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CogrooHtml

public CogrooHtml(File f,
                  GrammarChecker cogroo)
           throws Exception
Throws:
Exception
Method Detail

evaluate

public void evaluate()
              throws Exception
Throws:
Exception

getAnalysisAsTable

public List<List<String>> getAnalysisAsTable(Sentence sentence)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012-2013 CoGrOO. All Rights Reserved.