public static void main(String[] args) throws FileNotFoundException,
IOException
{
CSVProcessor processor1 = new CSVProcessor(Configuration.INITIAL_DATASET, Configuration.OUTPUT_CSV_FEATURES);
processor1.run();
/*BuildListOfWordsProcessor processorBuildListOfWords = new BuildListOfWordsProcessor(
Configuration.INITIAL_DATASET,
Configuration.BAG_OF_WORDS_INITIAL,
Configuration.BAG_OF_WORDS_FINAL