Uses of Interface
pt.uminho.gate.process.IGatePosTagger

Packages that use IGatePosTagger
pt.uminho.anote2.relation.core.gate   
pt.uminho.anote2.relation.core.relationModels   
pt.uminho.anote2.relation.datastructures   
pt.uminho.anote2.relation.gate   
 

Uses of IGatePosTagger in pt.uminho.anote2.relation.core.gate
 

Methods in pt.uminho.anote2.relation.core.gate that return IGatePosTagger
 IGatePosTagger RelationsExtraction.getPosTagger()
           
 

Constructors in pt.uminho.anote2.relation.core.gate with parameters of type IGatePosTagger
RelationExtraxtionExtension(ICorpus corpus, IIEProcess ieProcess, IGatePosTagger postagger, IRelationModel relationModel2, java.util.Properties properties, ISimpleTimeLeft progress)
           
RelationsExtraction(ICorpus corpus, IIEProcess ieProcess2, IGatePosTagger postagger, IRelationModel relationModel2, java.util.Properties properties)
           
 

Uses of IGatePosTagger in pt.uminho.anote2.relation.core.relationModels
 

Methods in pt.uminho.anote2.relation.core.relationModels that return IGatePosTagger
 IGatePosTagger RelationModelDefault.getPostagger()
           
 

Methods in pt.uminho.anote2.relation.core.relationModels with parameters of type IGatePosTagger
 void RelationModelDefault.setPostagger(IGatePosTagger postagger)
           
 

Constructors in pt.uminho.anote2.relation.core.relationModels with parameters of type IGatePosTagger
RelationModelBinaryBiomedicalVerbs(ICorpus corpus, IIEProcess nerProcess, IGatePosTagger postagger, ILexicalWords biomedicalVerbs)
           
RelationModelBinaryVerbLimitation(ICorpus corpus, IIEProcess nerProcess, IGatePosTagger postagger)
           
RelationModelDefault(ICorpus corpus, IIEProcess nerProcess, IGatePosTagger postagger)
           
RelationModelSimple(ICorpus corpus, IIEProcess nerProcess, IGatePosTagger postagger)
           
RelationModelVerbLimitation(ICorpus corpus, IIEProcess nerProcess, IGatePosTagger postagger)
           
 

Uses of IGatePosTagger in pt.uminho.anote2.relation.datastructures
 

Methods in pt.uminho.anote2.relation.datastructures that return IGatePosTagger
 IGatePosTagger PosTaggerEnem.getPostagger(IDirectionality dir, IPolarity pol, ILexicalWords verbFilter, ILexicalWords verbAddition)
           
 

Methods in pt.uminho.anote2.relation.datastructures with parameters of type IGatePosTagger
 IRelationModel RelationsModelEnem.getRelationModel(ICorpus corpus, IIEProcess ieProcess, IGatePosTagger postagger, ILexicalWords biomedicalverbs)
           
 

Uses of IGatePosTagger in pt.uminho.anote2.relation.gate
 

Classes in pt.uminho.anote2.relation.gate that implement IGatePosTagger
 class Gate7PosTagger
           
 class LingPipePosTagger
           
 class StanfordPosTagger