Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • id (required, string) - Identifies the entity by unique ID. This identifier must be unique across all entries (across all dictionaries).
    • Typically this is an identifier with meaning to the larger application which is using the Language Processing Toolkit.
  • tags (required, array of string) - The list of semantic tags which will be added to the interpretation graph whenever any of the patterns are matched.
    • These will all be added to the interpretation graph with the SEMANTIC_TAG flag.
  • patterns (required, array of string) - A list of patterns to match in the content.
  • splitMatch (optional, boolean) - Indicates if the partialmatch will create a regex tag even if a full match was not met. 
  • confidence (optional, float) - Specifies the confidence level of the entity, independent of any patterns matched.
    • This is the confidence of the entry, in comparison to all of the other entries. Essentially, the likelihood that this entry, will be randomly encountered.

...