privacore-open-source-searc.../Lexicons.h
2018-07-17 13:49:53 +02:00

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