Files
libpostal/src/ngrams.h
2016-12-21 18:09:45 -05:00

4 lines
125 B
C

#include "string_utils.h"
bool add_ngrams(cstring_array *grams, size_t n, char *str, size_t len, bool prefix, bool suffix);