java.util.HashMap<K,V> transformations
The map of suffix transformations.
java.util.HashSet<E> stopset
The list of stop-words. A hashset implementation was used for the sake of efficiency.
java.util.ArrayList<E> wordStart
The list of word beginnings.
java.util.ArrayList<E> wordEnd
The list of word endings.
java.util.ArrayList<E> wordPatterns
The list of morphological patterns of words.
java.util.HashMap<K,V> dictionary
A dictionary which is used to normalize the frequently used irregular verbs
int maxSuffixLen
Length (in characters) of the longest suffix rule
java.util.HashMap<K,V> rules
The list of suffix rules
java.lang.Object m_Stemmer