public class ReadInStopwords
extends java.lang.Object
| Constructor and Description |
|---|
ReadInStopwords() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashSet<java.lang.String> |
read(java.lang.String location)
Class for reading in stop words from file and storing in a hashset.
|