Method GetStemDict
GetStemDict(IO.FileInfo)
Reads a stem dictionary. Each line contains:
word\tstem
(i.e. two tab seperated words)
Declaration
public static Dictionary<string, string> GetStemDict(IO.FileInfo wordstemfile)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileInfo | wordstemfile |
Returns
Type | Description |
---|---|
Dictionary<System.String, System.String> | stem dictionary that overrules the stemming algorithm |