|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeadRules
Interface for encoding the head rules associated with parsing.
Method Summary | |
---|---|
Parse |
getHead(Parse[] constituents,
String type)
Returns the head constituent for the specified constituents of the specified type. |
Set<String> |
getPunctuationTags()
Returns the set of punctuation tags. |
Method Detail |
---|
Parse getHead(Parse[] constituents, String type)
constituents
- The constituents which make up a constituent of the specified type.type
- The type of a constituent which is made up of the specified constituents.
Set<String> getPunctuationTags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |