QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RStemmer.h
Go to the documentation of this file.
1
20#ifndef RSTEMMER_H
21#define RSTEMMER_H
22
23#include "stemmer_global.h"
24
25#include <QMetaType>
26#include <QString>
27
28
37public:
38 static QString stem(const QString& word, const QString& locale);
39};
40
42
43#endif
Q_DECLARE_METATYPE(RStemmer *)
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RStemmer.h:36
#define QCADSTEMMER_EXPORT
Definition stemmer_global.h:10