public abstract class RemoveStopWords extends Object
| Constructor and Description |
|---|
RemoveStopWords() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static RemoveStopWords |
of(Boolean bool) |
static RemoveStopWords |
of(List<String> strings) |
public static RemoveStopWords of(Boolean bool)
public static RemoveStopWords of(List<String> strings)
Copyright © 2016. All rights reserved.