|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.linguistic.DiscourseResolver
This module will take the final meaning of the sentence and determine the parts of the discourse class to set for future sentences to use to resolve ellipsis and pronouns.
Ellipsis
Constructor Summary | |
DiscourseResolver()
Creates a new DiscourseResolver instance |
Method Summary | |
void |
process(Frame frame,
Discourse discourse)
All nouns in the current sentence should be put into the Discourse pool. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiscourseResolver()
Method Detail |
public void process(Frame frame, Discourse discourse)
frame
- Frame which contains all of object ids processed in the last
input.discourse
- Discourse object to store previous information in.
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |