Uses of Class
org.egothor.stemmer.Cell
-
Packages that use Cell Package Description org.egothor.stemmer Egothor stemmer API. -
-
Uses of Cell in org.egothor.stemmer
Fields in org.egothor.stemmer with type parameters of type Cell Modifier and Type Field Description (package private) java.util.TreeMap<java.lang.Character,Cell>Row. cellsMethods in org.egothor.stemmer that return Cell Modifier and Type Method Description (package private) CellRow. at(java.lang.Character index)CellOptimizer. merge(Cell m, Cell e)Merge the given Cells and return the resulting Cell.CellOptimizer2. merge(Cell m, Cell e)Merge the given Cells and return the resulting Cell.Methods in org.egothor.stemmer with parameters of type Cell Modifier and Type Method Description CellOptimizer. merge(Cell m, Cell e)Merge the given Cells and return the resulting Cell.CellOptimizer2. merge(Cell m, Cell e)Merge the given Cells and return the resulting Cell.Constructors in org.egothor.stemmer with parameters of type Cell Constructor Description Cell(Cell a)Construct a Cell using the properties of the given Cell.
-