5 lines
219 B
C
5 lines
219 B
C
#include "string_utils.h"
|
|
#include "tokens.h"
|
|
|
|
// Arguments: tagger, context, tokenized str, index
|
|
typedef bool (*tagger_feature_function)(void *, void *, tokenized_string_t *, uint32_t); |