- Gener - Class in org.egothor.stemmer
 
- 
The Gener object helps in the discarding of nodes which break the reduction
 effort and defend the structure against large reductions.
 
- Gener() - Constructor for class org.egothor.stemmer.Gener
 
- 
Constructor for the Gener object.
 
- getAll(CharSequence) - Method in class org.egothor.stemmer.Trie
 
- 
Gets the all attribute of the Trie object
 
- getCells() - Method in class org.egothor.stemmer.Row
 
- 
Return the number of cells in use.
 
- getCells() - Method in class org.egothor.stemmer.Trie
 
- 
Return the number of cells in this Trie object.
 
- getCellsPnt() - Method in class org.egothor.stemmer.Row
 
- 
Return the number of references (how many transitions) to other rows.
 
- getCellsPnt() - Method in class org.egothor.stemmer.Trie
 
- 
Gets the cellsPnt attribute of the Trie object
 
- getCellsVal() - Method in class org.egothor.stemmer.Row
 
- 
Return the number of patch commands saved in this Row.
 
- getCellsVal() - Method in class org.egothor.stemmer.Trie
 
- 
Gets the cellsVal attribute of the Trie object
 
- getCmd(Character) - Method in class org.egothor.stemmer.Row
 
- 
Return the command in the Cell associated with the given Character.
 
- getCnt(Character) - Method in class org.egothor.stemmer.Row
 
- 
Return the number of patch commands were in the Cell associated with the
 given Character before the Trie containing this Row was reduced.
 
- getDefaultStopSet() - Static method in class org.apache.lucene.analysis.pl.PolishAnalyzer
 
- 
Returns an unmodifiable instance of the default stop words set.
 
- getDefaultTable() - Static method in class org.apache.lucene.analysis.pl.PolishAnalyzer
 
- 
Returns an unmodifiable instance of the default stemmer table.
 
- getFully(CharSequence) - Method in class org.egothor.stemmer.MultiTrie
 
- 
Return the element that is stored in a cell associated with the given key.
 
- getFully(CharSequence) - Method in class org.egothor.stemmer.MultiTrie2
 
- 
Return the element that is stored in a cell associated with the given key.
 
- getFully(CharSequence) - Method in class org.egothor.stemmer.Trie
 
- 
Return the element that is stored in a cell associated with the given key.
 
- getLastOnPath(CharSequence) - Method in class org.egothor.stemmer.MultiTrie
 
- 
Return the element that is stored as last on a path belonging to the given
 key.
 
- getLastOnPath(CharSequence) - Method in class org.egothor.stemmer.MultiTrie2
 
- 
Return the element that is stored as last on a path belonging to the given
 key.
 
- getLastOnPath(CharSequence) - Method in class org.egothor.stemmer.Trie
 
- 
Return the element that is stored as last on a path associated with the
 given key.
 
- getRef(Character) - Method in class org.egothor.stemmer.Row
 
- 
Return the reference to the next Row in the Cell associated with the given
 Character.