|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.uzh.ifi.attempto.ape.FunctionWords
public class FunctionWords
This class contains the function words of ACE. These words have a predefined meaning and cannot be redefined in the lexicon.
Method Summary | |
---|---|
static java.util.Set<java.lang.String> |
getFunctionWords()
Returns a set that contains all function words. |
static boolean |
isFunctionWord(java.lang.String s)
Checks whether a certain string represents a function word. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isFunctionWord(java.lang.String s)
s
- The string to be checked.
public static java.util.Set<java.lang.String> getFunctionWords()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |