com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph
Class TFIDFGraphEnd2End

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.TFIDFGraphEnd2End

public class TFIDFGraphEnd2End
extends java.lang.Object

An end 2 end job flow for creating an Document-Word bipartie graph, with TFIDF on the edge from a wikipedia xml dump.

Author:
Haijie Gu

Constructor Summary
TFIDFGraphEnd2End()
           
 
Method Summary
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

TFIDFGraphEnd2End

public TFIDFGraphEnd2End()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.InstantiationException,
                        java.lang.IllegalAccessException,
                        javassist.CannotCompileException,
                        javassist.NotFoundException,
                        javax.xml.parsers.ParserConfigurationException
Parameters:
args -
Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException
javax.xml.parsers.ParserConfigurationException
javassist.NotFoundException
javassist.CannotCompileException