Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_analysis_cz_CzechAnalyzer_H
#define org_apache_lucene_analysis_cz_CzechAnalyzer_H
#include "org/apache/lucene/analysis/StopwordAnalyzerBase.h"
namespace java {
namespace lang {
class String;
class Class;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace analysis {
class CharArraySet;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace analysis {
namespace cz {
class CzechAnalyzer : public ::org::apache::lucene::analysis::StopwordAnalyzerBase {
public:
enum {
mid_init$_d7775b228e076e62,
mid_init$_1ae75644409638c2,
mid_init$_4ac95cfcc321489a,
mid_getDefaultStopSet_c8bec98643740d56,
mid_normalize_6c4e7b8531950dfb,
mid_createComponents_07ccfb9673646cab,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit CzechAnalyzer(jobject obj) : ::org::apache::lucene::analysis::StopwordAnalyzerBase(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
CzechAnalyzer(const CzechAnalyzer& obj) : ::org::apache::lucene::analysis::StopwordAnalyzerBase(obj) {}
static ::java::lang::String *DEFAULT_STOPWORD_FILE;
CzechAnalyzer();
CzechAnalyzer(const ::org::apache::lucene::analysis::CharArraySet &);
CzechAnalyzer(const ::org::apache::lucene::analysis::CharArraySet &, const ::org::apache::lucene::analysis::CharArraySet &);
static ::org::apache::lucene::analysis::CharArraySet getDefaultStopSet();
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace analysis {
namespace cz {
extern PyType_Def PY_TYPE_DEF(CzechAnalyzer);
extern PyTypeObject *PY_TYPE(CzechAnalyzer);
class t_CzechAnalyzer {
public:
PyObject_HEAD
CzechAnalyzer object;
static PyObject *wrap_Object(const CzechAnalyzer&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif