|
a/src/query/wasatorcl.h |
|
b/src/query/wasatorcl.h |
|
... |
|
... |
23 |
#include "rcldb.h"
|
23 |
#include "rcldb.h"
|
24 |
#include "searchdata.h"
|
24 |
#include "searchdata.h"
|
25 |
|
25 |
|
26 |
class RclConfig;
|
26 |
class RclConfig;
|
27 |
|
27 |
|
28 |
extern Rcl::SearchData *wasaStringToRcl(RclConfig *,
|
28 |
extern Rcl::SearchData *wasaStringToRcl(RclConfig *, const string& stemlang,
|
29 |
const string& query, string &reason,
|
29 |
const string& query, string &reason,
|
30 |
const string& autosuffs = string());
|
30 |
const string& autosuffs = string());
|
31 |
#endif /* _WASATORCL_H_INCLUDED_ */
|
31 |
#endif /* _WASATORCL_H_INCLUDED_ */
|