pt.uminho.gate.process
Interface IGatePosTagger
- All Superinterfaces:
- IPOSTagger
- All Known Implementing Classes:
- Gate7PosTagger, LingPipePosTagger, StanfordPosTagger
public interface IGatePosTagger
- extends IPOSTagger
completePLSteps
void completePLSteps(java.lang.String text)
throws java.net.MalformedURLException,
gate.util.GateException
- Throws:
java.net.MalformedURLException
gate.util.GateException
completePLSteps
void completePLSteps(java.io.File file)
throws java.net.MalformedURLException,
gate.util.GateException
- Throws:
java.net.MalformedURLException
gate.util.GateException
sentenceSpliter
void sentenceSpliter(java.io.File file)
throws gate.creole.ResourceInstantiationException,
gate.creole.ExecutionException,
java.net.MalformedURLException,
gate.util.GateException
- Throws:
gate.creole.ResourceInstantiationException
gate.creole.ExecutionException
java.net.MalformedURLException
gate.util.GateException
afterPosTagging
void afterPosTagging()
throws java.net.MalformedURLException,
gate.util.GateException
- Throws:
java.net.MalformedURLException
gate.util.GateException
createGateDocument
void createGateDocument(java.io.File file)
throws gate.creole.ResourceInstantiationException
- Throws:
gate.creole.ResourceInstantiationException
getGateDoc
gate.Document getGateDoc()
setGateDoc
void setGateDoc(gate.Document doc)
cleanALL
void cleanALL()