An instance (sequence of items and labels). More...
Public Attributes | |
| int | num_items |
| Number of items/labels in the sequence. | |
| int | cap_items |
| Maximum number of items/labels (internal use). | |
| crfsuite_item_t * | items |
| Array of the item sequence. | |
| int * | labels |
| Array of the label sequence. | |
| int | group |
| Group ID of the instance. | |
An instance (sequence of items and labels).
An instance consists of a sequence of items and labels.
Maximum number of items/labels (internal use).
Group ID of the instance.
Array of the item sequence.
Array of the label sequence.
Number of items/labels in the sequence.