|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--NPparser
This function parses the Noun phrases that can be done iterativelly
Constructor Summary | |
NPparser(DATA info)
Creates new NPparser |
Method Summary | |
void |
run(java.util.LinkedList deck,
TripleStack ttable)
This function is responsible for the parsing of all the noun phrases in the sentance that maintain the form det [adj]xn N or part N or prep N |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NPparser(DATA info)
Method Detail |
public void run(java.util.LinkedList deck, TripleStack ttable)
deck
- a single deck from the set created by the enumeratorttable
- the structure that stores the created doublets
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |