Function crfsuite_sys::crfsuite_item_init_n [] [src]

pub unsafe extern "C" fn crfsuite_item_init_n(
    item: *mut crfsuite_item_t,
    num_attributes: c_int
)

Initialize an item structure with the number of attributes. @param item The pointer to crfsuite_item_t. @param num_attributes The number of attributes.