net.java.sen.compiler
Class DictionaryBuilder

java.lang.Object
  extended by net.java.sen.compiler.DictionaryBuilder

public class DictionaryBuilder
extends Object

Compiles CSV source data into the data files used for analysis


Constructor Summary
DictionaryBuilder(String[] customDictionaryCSVFilenames)
          Compiles CSV source data into the data files used for analysis
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryBuilder

public DictionaryBuilder(String[] customDictionaryCSVFilenames)
                  throws IOException
Compiles CSV source data into the data files used for analysis

Parameters:
customDictionaryCSVFilenames - The filenames of custom dictionaries, or null
Throws:
IOException


Copyright © 2012. All Rights Reserved.