edu.columbia.cs.ref.configuration
Class ConfigurationLoader
java.lang.Object
edu.columbia.cs.ref.configuration.ConfigurationLoader
public class ConfigurationLoader
- extends java.lang.Object
The Class ConfigurationLoader is used to load the configuration files from an
XML file.
The constructor of this class receives as input a String that corresponds to the
path to the XML file.
- Since:
- 2011-09-27
- Version:
- 0.1
- Author:
- Pablo Barrio, Goncalo Simoes
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationLoader
public ConfigurationLoader(java.lang.String xmlFile)
getSentenceSplitter
public SentenceSplitter getSentenceSplitter()
main
public static void main(java.lang.String[] args)