Bringing tree up to date.
[galago.git] / cpp / galago / include / Normalizer.hpp
blob4ad5b29f139f4b3c06c9b285f2459b431d15cbae
2 //
3 // Normalizer
4 //
5 // 9 January 2007 -- tds
6 //
7 // BSD License (http://galagosearch.org/license)
8 //
10 #ifndef GALAGO_NORMALIZER_HPP
11 #define GALAGO_NORMALIZER_HPP
13 #include <string>
15 class Normalizer {
16 private:
17 static char _ignore[];
19 public:
20 void process( std::string& term ) const;
23 #endif // GALAGO_NORMALIZER_HPP