From e6303f70f3b65c3be6741e34c2d60c8e0113413d Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 11 Dec 2015 02:53:22 -0500 Subject: [PATCH] [fix] removing printf --- src/address_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {