[mv] Moving trie_new_from_hash to a module

This commit is contained in:
Al
2016-01-05 16:43:17 -05:00
parent 33e9a05ebf
commit 22668945cb
5 changed files with 111 additions and 47 deletions

View File

@@ -39,6 +39,7 @@ Link: http://www.cs.columbia.edu/~mcollins/papers/tagperc.pdf
#include "string_utils.h"
#include "tokens.h"
#include "trie.h"
#include "trie_utils.h"
typedef struct class_weight {
double value;