public class FunctionWords extends Object
Modifier and Type | Method and Description |
---|---|
static Set<String> |
getFunctionWords()
Returns a set that contains all function words.
|
static boolean |
isFunctionWord(String s)
Checks whether a certain string represents a function word.
|
public static boolean isFunctionWord(String s)
s
- The string to be checked.Copyright © 2013. All Rights Reserved.