|
a/src/query/wasatorcl.h |
|
b/src/query/wasatorcl.h |
|
... |
|
... |
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
|
17 |
|
18 |
#ifndef _WASATORCL_H_INCLUDED_
|
18 |
#ifndef _WASATORCL_H_INCLUDED_
|
19 |
#define _WASATORCL_H_INCLUDED_
|
19 |
#define _WASATORCL_H_INCLUDED_
|
|
|
20 |
|
20 |
#include <string>
|
21 |
#include <string>
|
21 |
using std::string;
|
|
|
22 |
|
22 |
|
23 |
#include "rcldb.h"
|
23 |
namespace Rcl {
|
24 |
#include "searchdata.h"
|
24 |
class SearchData;
|
25 |
|
25 |
}
|
26 |
class RclConfig;
|
26 |
class RclConfig;
|
27 |
|
27 |
|
28 |
extern Rcl::SearchData *wasaStringToRcl(const RclConfig *, const string& stemlang,
|
28 |
extern Rcl::SearchData *wasaStringToRcl(const RclConfig *,
|
29 |
const string& query, string &reason,
|
29 |
const std::string& stemlang,
|
30 |
const string& autosuffs = string());
|
30 |
const std::string& query,
|
|
|
31 |
std::string &reason,
|
|
|
32 |
const std::string& autosuffs = "");
|
|
|
33 |
|
31 |
#endif /* _WASATORCL_H_INCLUDED_ */
|
34 |
#endif /* _WASATORCL_H_INCLUDED_ */
|