Function crfsuite_sys::crfsuite_item_empty [] [src]

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

Check whether the item has no attribute. @param item The pointer to crfsuite_item_t. @return int \c 1 if the item has no attribute, \c 0 otherwise.