rita.support.remote
Class RemoteParser

java.lang.Object
  extended by rita.support.remote.RiClientStub
      extended by rita.support.remote.RemoteParser
All Implemented Interfaces:
RiParserIF, RemoteConstants

public class RemoteParser
extends RiClientStub
implements RiParserIF


Field Summary
 
Fields inherited from class rita.support.remote.RiClientStub
serverHost, serverPort
 
Fields inherited from interface rita.support.remote.RemoteConstants
ARG_DELIM, ARR_DELIM, CHUNKER, DELIM, FS, LB, LP, MARKOV, PARSER, QQ, RB, RP, SPC, TAGGER, TYPE_DELIM
 
Constructor Summary
RemoteParser(java.lang.Class delegatesTo)
           
 
Method Summary
 java.lang.String parse(java.lang.String text)
          Returns the String of the most probable parse using the Penn Treebank's inline format.
 
Methods inherited from class rita.support.remote.RiClientStub
connect, createRemote, createRemote, exec, exec, exec, exec, exec, exec, exec, exec, getProxy, getRemoteObjectCount, getServerHost, getServerPort, invokeOnServer, listToStrArr, refreshServer, setPort, setServerHost, setServerPort, toStrArr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteParser

public RemoteParser(java.lang.Class delegatesTo)
Method Detail

parse

public java.lang.String parse(java.lang.String text)
Description copied from interface: RiParserIF
Returns the String of the most probable parse using the Penn Treebank's inline format.

Specified by:
parse in interface RiParserIF