phrase nets
|
Static Public Member Functions | |
static final Set< String > | get (String language) throws PNException |
Static Public Attributes | |
static final String | PATH = "/cue/lang/stop/" |
Static Package Functions | |
[static initializer] |
Provides stopwords for languages based on stopword files.
static final Set<String> pn::parse::StopWords::get | ( | String | language | ) | throws PNException [inline, static] |
Returns a set containing stop words for a given language. The language must match the filename of the corresponding stopword file.
language | The language |
PNException | On errors |