[parser] header changes for the data set struct

This commit is contained in:
Al
2016-12-09 13:37:45 -05:00
parent 69ca4a85ce
commit 318773ffe7

View File

@@ -25,6 +25,8 @@ typedef struct address_parser_data_set {
FILE *f;
token_array *tokens;
tokenized_string_t *tokenized_str;
cstring_array *normalizations;
size_t norm;
cstring_array *labels;
uint32_array *separators;
char_array *language;