Files
Ivan Skytte Jørgensen 68f6e60069 Only load sto lexicon once
2018-07-17 13:49:53 +02:00

10 lines
128 B
C

#ifndef LEMMA_H_
#define LEMMA_H_
#include "sto/sto.h"
extern sto::Lexicon *lemma_lexicon;
bool load_lemma_lexicon();
#endif