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