Uses of Class
de.julielab.jcore.ae.jpos.tagger.Sentence
-
Packages that use Sentence Package Description de.julielab.jcore.ae.jpos.pipes de.julielab.jcore.ae.jpos.postagger de.julielab.jcore.ae.jpos.tagger -
-
Uses of Sentence in de.julielab.jcore.ae.jpos.pipes
Method parameters in de.julielab.jcore.ae.jpos.pipes with type arguments of type Sentence Modifier and Type Method Description cc.mallet.types.InstanceListFeatureGenerator. createFeatureData(ArrayList<Sentence> sentences, Properties featureConfig)Constructor parameters in de.julielab.jcore.ae.jpos.pipes with type arguments of type Sentence Constructor Description SentencePipeIterator(ArrayList<Sentence> sentences) -
Uses of Sentence in de.julielab.jcore.ae.jpos.postagger
Methods in de.julielab.jcore.ae.jpos.postagger that return Sentence Modifier and Type Method Description protected SentencePOSAnnotator. createUnitSentence(ArrayList<de.julielab.jcore.types.Token> tokenList, org.apache.uima.jcas.JCas JCas)Takes all info about meta data and generates the corresponding unit sequence represented by a Sentence object.Methods in de.julielab.jcore.ae.jpos.postagger with parameters of type Sentence Modifier and Type Method Description voidPOSAnnotator. writeToCAS(Sentence unitSentence, org.apache.uima.jcas.JCas aJCas, ArrayList<de.julielab.jcore.types.Token> tokenList)creates the respective uima annotations from JPOS's predictions. -
Uses of Sentence in de.julielab.jcore.ae.jpos.tagger
Methods in de.julielab.jcore.ae.jpos.tagger that return Sentence Modifier and Type Method Description SentencePOSTagger. PPDtoUnits(String sentence)takes a sentence in piped format and returns the corresponding unit sentence as a Sentence objectSentencePOSTagger. textToUnits(String sentence)Methods in de.julielab.jcore.ae.jpos.tagger with parameters of type Sentence Modifier and Type Method Description voidPOSTagger. predictForUIMA(Sentence sentence)predicts the entity labels by means of a model.Method parameters in de.julielab.jcore.ae.jpos.tagger with type arguments of type Sentence Modifier and Type Method Description ArrayList<String>POSTagger. predictForCLI(ArrayList<Sentence> sentences)predict the entity labels by means of a previously learned model.voidPOSTagger. train(ArrayList<Sentence> sentences)this is to train a NE model (based on CRF); when trained, the model is stored internally.
-