Searched defs:Stemmer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/7070134/
H A DStemmer.java57 * Stemmer, implementing the Porter Stemming Algorithm
59 * The Stemmer class transforms a word into its root form. The input
64 class Stemmer class
71 public Stemmer() method in class:Stemmer
369 /** Stem the word placed into the Stemmer buffer through calls to add().
380 /** Test program for demonstrating the Stemmer. It reads text from a
383 * forcing lower case must be done outside the Stemmer class.
384 * Usage: Stemmer file-name file-name ...
389 Stemmer s = new Stemmer();
[all...]

Completed in 30 milliseconds