Package cz.vutbr.fit.layout.text.taggers
Class NERTagger
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseService
-
- cz.vutbr.fit.layout.impl.BaseParametrizedOperation
-
- cz.vutbr.fit.layout.text.taggers.BaseTagger
-
- cz.vutbr.fit.layout.text.taggers.NERTagger
-
- All Implemented Interfaces:
ParametrizedOperation,Service,Tagger
- Direct Known Subclasses:
LocationsTagger,PersonsTagger
public abstract class NERTagger extends BaseTagger
- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description NERTagger()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.stanford.nlp.ie.AbstractSequenceClassifier<?>getClassifier()static edu.stanford.nlp.ie.AbstractSequenceClassifier<?>getSharedClassifier()-
Methods inherited from class cz.vutbr.fit.layout.text.taggers.BaseTagger
getCategory, toString
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParametrizedOperation
defineParams, getParam, getParams, getParamString, setParam
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseService
getServiceManager, setServiceManager
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.api.ParametrizedOperation
getParam, getParams, getParamString, setParam
-
Methods inherited from interface cz.vutbr.fit.layout.api.Service
getDescription, getId, getName, setServiceManager
-
Methods inherited from interface cz.vutbr.fit.layout.api.Tagger
allowsContinuation, allowsJoining, belongsTo, extract, mayCoexistWith
-
-