pl.wroc.pwr.plwordnet.clarin.ws.takipi
Interface Takipi_PortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TakipiProxy, TakipiSOAPStub
public interface Takipi_PortType
- extends java.rmi.Remote
Generated file for access to the takipi webservice.
- Author:
- Mateusz Kopec
tag
TaggerResponse tag(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg
lemmatize
TaggerResponse lemmatize(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg
tokenize
TaggerResponse tokenize(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg
splitIntoSentences
TaggerResponse splitIntoSentences(java.lang.String text,
DocumentFormat format,
boolean useGuesser)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg
getStatus
int getStatus(java.lang.String token)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg
getResult
TaggerResponse getResult(java.lang.String token)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg
deleteRequest
boolean deleteRequest(java.lang.String token)
throws java.rmi.RemoteException,
Operation_faultMsg
- Throws:
java.rmi.RemoteException
Operation_faultMsg