OptiondictOutput=newOption("d","dictOutput",true,"Destination folder of the dictionary generated from the umls terminology.");
dictOutput.setRequired(true);
options.addOption(dictOutput);
OptioninputUMLSDirectory=newOption("u","input_umls_directory",true,"input directory where the RRF files are located, usually are in ... META folder");
inputUMLSDirectory.setRequired(true);
options.addOption(inputUMLSDirectory);
Optionconfiguration_file=newOption("c","configuration_file",true,"it contains the semantic type mappings and the sources to be used during the mapping. "
+" If no configuration file is provided, a default one will be used. ");