Apache Lucene.Net 2.4.0 Class Library API

WordlistLoader.GetStemDict Method 

Reads a stem dictionary. Each line contains:

word\tstem
(i.e. two tab seperated words)

public static Hashtable GetStemDict(
   FileInfo wordstemfile
);

Return Value

stem dictionary that overrules the stemming algorithm

See Also

WordlistLoader Class | Lucene.Net.Analysis Namespace