[fix] Adding country_region to address_parser_train

This commit is contained in:
Al
2016-07-28 16:18:32 -04:00
parent 21bcbd8381
commit 1b09b7f2e5
2 changed files with 6 additions and 1 deletions

View File

@@ -82,7 +82,8 @@ with the general error-driven averaged perceptron.
#define ADDRESS_COMPONENT_STATE_DISTRICT 1 << 11
#define ADDRESS_COMPONENT_STATE 1 << 12
#define ADDRESS_COMPONENT_POSTAL_CODE 1 << 13
#define ADDRESS_COMPONENT_COUNTRY 1 << 14
#define ADDRESS_COMPONENT_COUNTRY_REGION 1 << 14
#define ADDRESS_COMPONENT_COUNTRY 1 << 15
typedef enum {
ADDRESS_PARSER_HOUSE,