commit | ca3a52ea05d6c4b5cea6ee03a95488397e1c517a | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 05 14:16:23 2018 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 05 14:16:23 2018 +0200 |
tree | 119161dfe8e038a7c9f37889ebfef793704339a1 | |
parent | 678185d14541669bb2fea3b00a4f4d7addaea411 [diff] [blame] |
collocatordb: export get_word to C
diff --git a/collocatordb.h b/collocatordb.h index 49ef66c..33cb1b8 100644 --- a/collocatordb.h +++ b/collocatordb.h
@@ -66,4 +66,4 @@ extern void dump_collocators(COLLOCATORDB *db, uint32_t w1, uint32_t w2, int8_t dist); extern void get_collocators(COLLOCATORDB *db, uint32_t w1); extern char *get_collocators_as_json(COLLOCATORDB *db, uint32_t w1); - +extern char *get_word(COLLOCATORDB *db, uint32_t w1);