[expansion] generated header and data files

This commit is contained in:
Al
2015-07-22 20:31:54 -04:00
parent b27af13f8a
commit 454be89121
2 changed files with 70817 additions and 74774 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,4 @@
#ifndef ADDRESS_EXPANSION_RULE_H
#define ADDRESS_EXPANSION_RULE_H
@@ -6,9 +7,12 @@
#include "constants.h"
#include "gazetteers.h"
#define MAX_DICTIONARY_TYPES 4
typedef struct address_expansion_rule {
char *phrase;
dictionary_type_t dictionary;
uint32_t num_dictionaries;
dictionary_type_t dictionaries[MAX_DICTIONARY_TYPES];
int32_t canonical_index;
} address_expansion_rule_t;
@@ -19,4 +23,4 @@ typedef struct address_language_index {
} address_language_index_t;
#endif
#endif