org.hops.nla
Class parser2moves

java.lang.Object
  extended by org.hops.nla.parser2moves

public class parser2moves
extends java.lang.Object

parser2moves allows converting the XML file returned by the prolog parser, to a RecognizedUserInput object

Version:
3.0
Author:
mgonzalez
See Also:
TalpNLP, RecognizedUserInput

Constructor Summary
parser2moves()
          Creates a new instance of TalpNLP
 
Method Summary
 RecognizedUserInput userresults2dmmoves(java.lang.StringBuffer strbuf)
          Converts the XML page from parser to dm_tad action-moves Example: parsererror esintactic esemantic unknownunallistadevalues elexicsunaaltrellista answercomplet expectedvalue coveragevalue othervalue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

parser2moves

public parser2moves()
Creates a new instance of TalpNLP

Method Detail

userresults2dmmoves

public RecognizedUserInput userresults2dmmoves(java.lang.StringBuffer strbuf)
Converts the XML page from parser to dm_tad action-moves Example: parsererror esintactic esemantic unknownunallistadevalues elexicsunaaltrellista answercomplet expectedvalue coveragevalue othervalue

Parameters:
strbuf - the XML page
Returns:
the interpretation of the XML page
See Also:
RecognizedUserInput