Tools
Class TxtToHtmlConverter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxtToHtmlConverter
public TxtToHtmlConverter()
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)