// Load the properties, they should contain everything that is necessary to instantiate
// the component
// TODO: Entity Linker Properties constructor should not duplicate code
EntityLinkerProperties properties;
try {
properties = new EntityLinkerProperties(new File(args[0]));
}
catch (IOException e) {
throw new TerminateToolException(-1, "Failed to load the properties file!");
}