public abstract class RemoveStopWords extends Object
| Constructor | Description |
|---|---|
RemoveStopWords() |
| Modifier and Type | Method | 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 © 2017. All rights reserved.