mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-02-02 03:38:43 -05:00
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
|