pub unsafe extern "C" fn crfsuite_instance_empty(
seq: *mut crfsuite_instance_t,
) -> c_intExpand description
Check whether the instance has no item.
seq The pointer to crfsuite_instance_t.
Returns int \c 1 if the instance has no attribute, \c 0 otherwise.