Column Name | Data Type | Description |
---|---|---|
accumulate_column | Same as in input table | Copied from the input table. |
word_sn | INTEGER | Word serial number (position of the word in the input text). |
word | VARCHAR | Word extracted from input text. |
pos_tag | VARCHAR | POS tag of the word. |