- TextColumn
- Specify the name of the input table column that contains the text to analyze.
- Model
- [Optional] Required if you do not specify configuration_table, in which case you cannot specify 'all'. Specify the model items to load.
- ShowEntityContext
- [Optional] Specify the number of context words to output. If context_words is n (which must be a positive integer), the function outputs the n words that precede the entity, the entity, and the n words that follow the entity.
- EntityColumn
- [Optional] Specify the name of the output table column that contains the entity names.
- Accumulate
- [Optional] Specify the names of input columns to copy to the output table. No accumulate_column can be an entity_column.