|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The NP category for a FD. Methods are provided to set the head and the lex of the noun phrase. Users should only set either the head or the lexical entry for each noun phrase, it does not make sense to set both of them at the same time.
NPFactory
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
void |
setHead(FD head)
A method to set the head of the NP |
void |
setLex(java.lang.String lex)
A method to set the lex of the NP |
Methods inherited from interface edu.columbia.surge.FD |
checkPath,
checkPath,
getPath,
getPath,
putPath,
putPath,
putPathOverride,
putPathOverride,
toString,
toXML |
Methods inherited from interface java.util.Map |
clear,
containsKey,
containsValue,
entrySet,
equals,
get,
hashCode,
isEmpty,
keySet,
put,
putAll,
remove,
size,
values |
Method Detail |
public void setHead(FD head)
head
- a FD representation of the headpublic void setLex(java.lang.String lex)
lex
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |