mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-02-02 03:38:43 -05:00
9 lines
155 B
C++
9 lines
155 B
C++
#ifndef LEXICONREF_H_
|
|
#define LEXICONREF_H_
|
|
#include "sto/sto.h"
|
|
|
|
sto::Lexicon *getLexicon(const std::string &filename);
|
|
void forgetAllLexicons();
|
|
|
|
#endif
|