Home
Package
Class
Method
Package
edu
.
udo
.
cs
.
wvtool
.
external
Examples of edu.udo.cs.wvtool.external.LovinsStemmer
edu.udo.cs.wvtool.external.LovinsStemmer
Implements the Lovins stemmer. @author Eibe Frank (eibe@cs.waikato.ac.nz) @version 1.0
42
43
44
45
46
47
48
*/
public
LovinsStemmerWrapper
() {
super
()
;
stemmer =
new
LovinsStemmer
()
;
}
View Full Code Here
TOP
Related Classes of edu.udo.cs.wvtool.external.LovinsStemmer
edu.udo.cs.wvtool.generic.stemmer.LovinsStemmerWrapper
Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com
.