Public Attributes
crfsuite_instance_t Struct Reference

An instance (sequence of items and labels). More...

List of all members.

Public Attributes

int num_items
 Number of items/labels in the sequence.
int cap_items
 Maximum number of items/labels (internal use).
crfsuite_item_titems
 Array of the item sequence.
int * labels
 Array of the label sequence.
int group
 Group ID of the instance.

Detailed Description

An instance (sequence of items and labels).

An instance consists of a sequence of items and labels.


Member Data Documentation

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.


Copyright (c) 2002-2011 by Naoaki Okazaki
Thu Aug 11 2011 12:37:06