#include <TextHandlerManager.hpp>
Static Public Methods | |
Parser * | createParser (string type="", string acros="") |
Stemmer * | createStemmer (string type="", string datadir="", string func="") |
Stopper * | createStopper (string filename="") |
|
current known types are trec, web, chinese, chinesechar and arabic if nothing is passed in and nothing is on param stack, return NULL checks for "docFormat" parameter for type checks for "acronyms" parameter for acronyms list |
|
current known types are proter, krovetz, and arabic if nothing is passed in and nothing is on param stack, return NULL checks for "stemmer" parameter for type "KstemmerDir" or "arabicStemDir" for datadir "arabicStemFunc" for func |
|
as of now, there is only 1 stopper so no type is passed in. this can easily be changed. "stopwords" param for filename |