The input table must have a column of text to be analyzed. The table can have other columns, but the function ignores them.
Column Name | Data Type | Description |
---|---|---|
text_column | VARCHAR | Text to analyze. Within the text, each entity must be identified with this syntax:<START:entity_type>entity<END> For example: <START:location>Country1<END> has arrived |