QCAD Application Framework
CAD Application Development and Automation.
 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 
20 
21 #endif