privacore-open-source-searc.../Lemma.h

10 lines
128 B
C
Raw Permalink Normal View History

#ifndef LEMMA_H_
#define LEMMA_H_
#include "sto/sto.h"
2018-07-17 07:49:53 -04:00
extern sto::Lexicon *lemma_lexicon;
bool load_lemma_lexicon();
#endif