10 lines
128 B
C
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
|