|
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.SentenceComponents
This module will take the Grammar linkages from the Grammar module and place them into in internal class structure. This is the translation from the syntactic form of the sentence to an internal semantic view.
Grammar
Constructor Summary | |
SentenceComponents()
Creates a new SentenceComponents instance. |
Method Summary | |
java.util.Vector |
translate(java.util.Vector sentences)
Converts the Vector of Link classes from Grammar to an internal structure that represents the sentence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SentenceComponents()
Method Detail |
public java.util.Vector translate(java.util.Vector sentences) throws FidoException
sentences
- Vector of Vectors each containing one valid linkage. The second
Vector contains a list of Link classes, realized from the
Grammar module.
FidoException
- General exception thrown if the linkage could not
be processed. The exception will contain a wrapped
exception that is the root cause.Clause
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |