[][src]Function crfsuite_sys::crfsuite_item_empty

pub unsafe extern "C" fn crfsuite_item_empty(
    item: *mut crfsuite_item_t
) -> c_int

Check whether the item has no attribute.

item The pointer to crfsuite_item_t.

Returns int \c 1 if the item has no attribute, \c 0 otherwise.