1#ifndef __OPENTREP_BOM_FILTER_HPP
2#define __OPENTREP_BOM_FILTER_HPP
42 static void trim (std::string& ioPhrase,
const NbOfLetters_T& iMinWordLength = 4);
64 static bool shouldKeep (
const std::string& iPhrase,
65 const std::string& iWord);
78 Filter (
const Filter&);
unsigned int NbOfLetters_T
static void trim(std::string &ioPhrase, const NbOfLetters_T &iMinWordLength=4)
static bool shouldKeep(const std::string &iPhrase, const std::string &iWord)