Constructor and Description |
---|
StopWords()
Default constructor.
|
StopWords(Data data,
MainOptions options)
Constructor, reading stopword list from disk.
|
Modifier and Type | Method and Description |
---|---|
void |
comp(Data data)
Compiles the stop word list.
|
boolean |
read(IO file,
boolean exclude)
Reads a stop words file.
|
public StopWords()
public StopWords(Data data, MainOptions options) throws IOException
data
- data referenceoptions
- main optionsIOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.