QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RStemmer.h
Go to the documentation of this file.
1
#ifndef RSTEMMER_H
2
#define RSTEMMER_H
3
4
#include <QMetaType>
5
#include <QString>
6
7
14
class
RStemmer
{
15
public
:
16
static
QString
stem
(
const
QString& word,
const
QString& locale);
17
};
18
19
Q_DECLARE_METATYPE
(
RStemmer
*);
20
21
#endif
src
stemmer
RStemmer.h
Generated on Tue Jun 26 2012 18:41:11 for QCAD Application Framework by
1.8.1.1