Class EntityLinkerProperties

java.lang.Object
opennlp.tools.entitylinker.EntityLinkerProperties

public class EntityLinkerProperties extends Object
Properties wrapper for EntityLinker implementations.
See Also:
  • Constructor Details

  • Method Details

    • getProperty

      public String getProperty(String key, String defaultValue) throws IOException
      Retrieves a property value for a given key.
      Parameters:
      key - The key to the desired item in the properties configuration key=value
      defaultValue - A default value in case the key, or the value are missing
      Returns:
      A property value as a String.
      Throws:
      IOException - Thrown if the properties object was not initialized properly.