public void loadConfiguration(String file_path) throws java.io.IOException {
   tfidf.loadConfiguration(file_path);
 }