Versions Compared

Key

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


Excerpt

The catalyst data model provides a sub-item model so that when significant events are detected, we can show exactly which sentence or phrase in a document triggered the catalyst, as well as building detailed relationships across documents.

Individual entities are stored in the entities item field.

Definitions / Vocabulary


Documentoriginal data as provided by the customer
Itema modified version of Document as stored within Squirro.
FacetMetadata assigned to an Item in the form of a key/[list of values] pair. Stored as attribute keywords in theItem.
Extracta single occurrence of a detected Entity within one ItemKeeps track of the location and the original text of the detection.
Entitya real-world or higher level object of a pre-defined type, such as persons, locations, organizations, products, events etc., that can be denoted with a proper name. An Entity has a list of Extracts with all its appearances within one Item. Optionally it can maintain a list of instantiations of properties. Properties are pre-defined per Entity type and are simple values or references to other Entities
Catalyst

a mapping between a Query and a set of Actions

QueryA string conforming to our query syntax. The query syntax is extended to allow searching for Entities. See Query Syntax below. 
Actionsome action executed based on a Catalyst match. E.g. send an email, call callback
Entity Profilepre-computed model for each value of an Entity.Used for ranking Recommendations.
RecommendationRanked result list of Entities based on a Query (potentially containing Entities)


...