gate.creole.annic
Class HTMLGenerator

java.lang.Object
  extended by gate.creole.annic.HTMLGenerator

public class HTMLGenerator
extends Object

This class provides methods to export the annic patterns to HTML. The HTML provides a way to look at various annotations that span across the found annic pattern.

Author:
niraj

Constructor Summary
HTMLGenerator()
           
 
Method Summary
static String generateHTMLTable(Pattern pattern)
          This method exports the annic pattern to HTML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLGenerator

public HTMLGenerator()
Method Detail

generateHTMLTable

public static String generateHTMLTable(Pattern pattern)
This method exports the annic pattern to HTML. The HTML provides a way to look at various annotations that span across the found annic pattern.