nlp
1.2.0
nlp
/
com.londogard.nlp.stemmer
/
Stemmer
/
Companion
Companion
public
class
Companion
Content copied to clipboard
Functions
Properties
Functions
get
Cache
Link copied to clipboard
public
final
Pair
<
LanguageSupport
,
Stemmer
>
getCache
(
)
Content copied to clipboard
set
Cache
Link copied to clipboard
public
final
Unit
setCache
(
Pair
<
LanguageSupport
,
Stemmer
>
cache
)
Content copied to clipboard
stem
Link copied to clipboard
public
final
String
stem
(
String
word
,
LanguageSupport
language
)
Content copied to clipboard
Properties
cache
Link copied to clipboard
private
Pair
<
LanguageSupport
,
Stemmer
>
cache
Content copied to clipboard
INSTANCE
Link copied to clipboard
public
final
static
Stemmer.Companion
INSTANCE
Content copied to clipboard