Difference between revisions of "Entity types"

From Wisevoice Wiki
Jump to: navigation, search
(Created page with "Entity types define how a valid entity looks like. There are system types supported out of the box like Date, Number and Free text and you can also define custom entity types...")
 
Line 3: Line 3:
 
There are system types supported out of the box like Date, Number and Free text and you can also define custom entity types.
 
There are system types supported out of the box like Date, Number and Free text and you can also define custom entity types.
  
[[File:entity_type1.png]]
+
[[File:entity_type1.png|600px]]
  
 
Entity types can be defined either as a value list or as a regular expression.
 
Entity types can be defined either as a value list or as a regular expression.

Revision as of 08:51, 19 November 2019

Entity types define how a valid entity looks like.

There are system types supported out of the box like Date, Number and Free text and you can also define custom entity types.

Entity type1.png

Entity types can be defined either as a value list or as a regular expression.

When defining a value list you can also chose the appropriate matching sensitivity, ranging from exact matching to wildcard matching.

For each value you can define a list of synonyms. If one of the synonym is detected it will be automatically replaced with the base value when saving the entity in the user session. This help take NLP tasks out of the business logic pipeline.

Value lists can also be imported as CSV files or refreshed real time from an URL.