edu.stanford.nlp.cluster
Class ClusterTransform

java.lang.Object
  |
  +--edu.stanford.nlp.cluster.ClusterTransform

public class ClusterTransform
extends Object

Transforms an XML Clusters file into an HTML Clusters file. Uses the TraX interface to perform a transformation in the simplest manner possible


Constructor Summary
ClusterTransform()
           
 
Method Summary
static void transform(String filename)
          Transforms XML Clusters file filename into an HTML Clusters file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterTransform

public ClusterTransform()
Method Detail

transform

public static void transform(String filename)
                      throws TransformerException,
                             TransformerConfigurationException,
                             FileNotFoundException,
                             IOException
Transforms XML Clusters file filename into an HTML Clusters file

TransformerException
TransformerConfigurationException
FileNotFoundException
IOException


Stanford NLP Group