Structs§
- __
va_ list_ tag - crfsuite_
attribute_ t - An attribute. An attribute consists of an attribute id with its value.
- crfsuite_
data_ t - A data set. A data set consists of an array of instances and dictionary objects for attributes and labels.
- crfsuite_
evaluation_ t - An overall performance values.
- crfsuite_
instance_ t - An instance (sequence of items and labels). An instance consists of a sequence of items and labels.
- crfsuite_
item_ t - An item. An item consists of an array of attributes.
- crfsuite_
label_ evaluation_ t - Label-wise performance values.
- tag_
crfsuite_ dictionary - CRFSuite dictionary interface.
- tag_
crfsuite_ model - tag_
crfsuite_ params - CRFSuite parameter interface.
- tag_
crfsuite_ tagger - CRFSuite tagger interface.
- tag_
crfsuite_ trainer - CRFSuite trainer interface.
Constants§
- CRFSUITEERR_
INCOMPATIBLE - CRFSUITEERR_
INTERNAL_ LOGIC - CRFSUITEERR_
NOTIMPLEMENTED - CRFSUITEERR_
NOTSUPPORTED - CRFSUITEERR_
OUTOFMEMORY - CRFSUITEERR_
OVERFLOW - CRFSUITEERR_
UNKNOWN - CRFSUITE_
COPYRIGHT - CRFSUITE_
SUCCESS - CRFSUITE_
VERSION
Functions§
- crfsuite_
attribute_ ⚠copy - Copy the content of an attribute structure.
- crfsuite_
attribute_ ⚠init - Initialize an attribute structure.
- crfsuite_
attribute_ ⚠set - Set an attribute and its value.
- crfsuite_
attribute_ ⚠swap - Swap the contents of two attribute structures.
- crfsuite_
create_ ⚠instance - Create an instance of an object by an interface identifier.
- crfsuite_
create_ ⚠instance_ from_ file - Create an instance of a model object from a model file.
- crfsuite_
create_ ⚠instance_ from_ memory - Create an instance of a model object from a model in memory.
- crfsuite_
create_ ⚠tagger - Create instances of tagging object from a model file.
- crfsuite_
data_ ⚠append - Append an instance to the dataset structure.
- crfsuite_
data_ ⚠copy - Copy the content of a dataset structure.
- crfsuite_
data_ ⚠finish - Uninitialize a dataset structure.
- crfsuite_
data_ ⚠init - Initialize a dataset structure.
- crfsuite_
data_ ⚠init_ n - Initialize a dataset structure with the number of instances.
- crfsuite_
data_ ⚠maxlength - Obtain the maximum length of the instances in the dataset.
- crfsuite_
data_ ⚠swap - Swap the contents of two dataset structures.
- crfsuite_
data_ ⚠totalitems - Obtain the total number of items in the dataset.
- crfsuite_
evaluation_ ⚠accmulate - Accmulate the correctness of the predicted label sequence.
- crfsuite_
evaluation_ ⚠clear - Reset an evaluation structure.
- crfsuite_
evaluation_ ⚠finalize - Finalize the evaluation result.
- crfsuite_
evaluation_ ⚠finish - Uninitialize an evaluation structure.
- crfsuite_
evaluation_ ⚠init - Initialize an evaluation structure.
- crfsuite_
evaluation_ ⚠output - Print the evaluation result.
- crfsuite_
instance_ ⚠append - Append a pair of item and label to the instance structure.
- crfsuite_
instance_ ⚠copy - Copy the content of an instance structure.
- crfsuite_
instance_ ⚠empty - Check whether the instance has no item.
- crfsuite_
instance_ ⚠finish - Uninitialize an instance structure.
- crfsuite_
instance_ ⚠init - Initialize an instance structure.
- crfsuite_
instance_ ⚠init_ n - Initialize an instance structure with the number of items.
- crfsuite_
instance_ ⚠swap - Swap the contents of two instance structures.
- crfsuite_
interlocked_ ⚠decrement - Decrements the value of the integer variable as an atomic operation.
- crfsuite_
interlocked_ ⚠increment - Increments the value of the integer variable as an atomic operation.
- crfsuite_
item_ ⚠append_ attribute - Append an attribute to the item structure.
- crfsuite_
item_ ⚠copy - Copy the content of an item structure.
- crfsuite_
item_ ⚠empty - Check whether the item has no attribute.
- crfsuite_
item_ ⚠finish - Uninitialize an item structure.
- crfsuite_
item_ ⚠init - Initialize an item structure.
- crfsuite_
item_ ⚠init_ n - Initialize an item structure with the number of attributes.
- crfsuite_
item_ ⚠swap - Swap the contents of two item structures.
Type Aliases§
- _bindgen_
ty_ 1 - crfsuite_
dictionary_ t - CRFSuite dictionary interface.
- crfsuite_
logging_ callback - Type of callback function for logging.
- crfsuite_
model_ t - CRFSuite model interface.
- crfsuite_
params_ t - CRFSuite parameter interface.
- crfsuite_
tagger_ t - CRFSuite tagger interface.
- crfsuite_
trainer_ t - CRFSuite trainer interface.
- floatval_
t - Type of a float value.