Tools
Class TxtToHtmlConverter

java.lang.Object
  extended by Tools.TxtToHtmlConverter

public class TxtToHtmlConverter
extends java.lang.Object

Allows one to convert a list of TestDoc to an HTML file for easier browsing of the classification quality.
This is not used by the engine currently, but was created when reviewing the quality.

Author:
davidc

Constructor Summary
TxtToHtmlConverter()
           
 
Method Summary
static void convertKnownDocs(java.util.List<KnownDoc> docs)
           
static void convertTestDocs(java.util.List<TestDoc> docs)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxtToHtmlConverter

public TxtToHtmlConverter()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args -
Throws:
java.io.IOException

convertKnownDocs

public static void convertKnownDocs(java.util.List<KnownDoc> docs)

convertTestDocs

public static void convertTestDocs(java.util.List<TestDoc> docs)