pt.uminho.gate.process
Interface IGatePosTagger

All Superinterfaces:
IPOSTagger
All Known Implementing Classes:
Gate7PosTagger, LingPipePosTagger, StanfordPosTagger

public interface IGatePosTagger
extends IPOSTagger


Method Summary
 void afterPosTagging()
           
 void cleanALL()
           
 void completePLSteps(java.io.File file)
           
 void completePLSteps(java.lang.String text)
           
 void createGateDocument(java.io.File file)
           
 gate.Document getGateDoc()
           
 void sentenceSpliter(java.io.File file)
           
 void setGateDoc(gate.Document doc)
           
 
Methods inherited from interface pt.uminho.anote2.process.IE.IPOSTagger
getDocumentSentencelimits, getSentenceSintaticLayer, getVerbsPosition
 

Method Detail

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()