diff --git a/src/address_parser.c b/src/address_parser.c index 2e6ee2cd..b973812d 100644 --- a/src/address_parser.c +++ b/src/address_parser.c @@ -682,7 +682,7 @@ bool address_parser_features(void *self, void *ctx, tokenized_string_t *tokenize } } - printf("word=%s, len=%zu\n", word, strlen(word)); + uint32_t word_freq = word_vocab_frequency(parser, word); if (add_word_feature) {