commit | d26b105331ccab37288bfafe80cbb67bc7c99a3d | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Dec 10 16:56:39 2024 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Dec 10 16:56:39 2024 +0100 |
tree | c29b01622de564840770e65297502ace9e28d417 | |
parent | fa73154586cd642ee019afd58e8a8eb67f9a444a [diff] [blame] |
Add get_corpus_size function Change-Id: Ie95b0f14bb8784006e9dc788d02042b6b5b9485a
diff --git a/src/collocatordb.h b/src/collocatordb.h index 7803cd1..8bb3402 100644 --- a/src/collocatordb.h +++ b/src/collocatordb.h
@@ -130,5 +130,6 @@ extern void read_vocab(COLLOCATORDB *db, char *fname); extern char *get_version(); extern uint64_t get_word_id(COLLOCATORDB *db, const char *word); +extern uint64_t get_corpus_size(COLLOCATORDB *db); #endif