|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for communicating with the CDG-Parser
Method Summary | |
void |
analyze(java.lang.String sentence)
Analyses the german natural language user input for grammatical correctness |
Explanation |
explanation()
Gives an explanation for incorrect sentences !!! |
boolean |
isCorrect()
The natural language sentence input by the user was correct |
double |
quality()
Evaluation of the quality of an input sentence |
java.util.TreeMap |
syntaxTree()
Returns syntax tree generated by the CDG-Parser !!! |
Method Detail |
public void analyze(java.lang.String sentence)
sentence
- the sentence input by userpublic boolean isCorrect()
public Explanation explanation()
public double quality()
public java.util.TreeMap syntaxTree()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |