* @throws IOException
* Signals that an I/O exception has occurred.
*/
public static void main( String args[] ) throws ServletException, IOException
{
GraphsPathFilter gpf = new GraphsPathFilter();
gpf.init( null );
String directory = Settings.GRAPHS_PATH + "topicVisualizations/french-1/";
String outputPrefix = "data/";
String inputFile = "XVIII - Laclos - Les liaisons dangereuses.doc.txt";
String docsFile = "docs.txt";
String characterMapFile = "characterMap.csv";