To use it, follow the general steps of running a lemur application.
The parameters are:
manager
: name of the document manager (without extension). Required. managerType
: name of the document manager type, one of bdm (KeyfileDocMgr) or elem (ElemDocMgr). Required. index
: name of the index table-of-content file without the .extension. indexType
: the type of index, key (KeyfileIncIndex). memory
: memory (in bytes) of KeyfileIncIndex cache size (def = 128000000). stopwords
: name of file containing the stopword list. acronyms
: name of file containing the acronym list. countStopWords
: If true, count stopwords in document length. docFormat
: stemmer
: arabicStemFunc
: Which stemming algorithm to apply, one of: dataFiles
: name of file containing list of datafiles to build the document manager for. Required.