Uses of Class
de.julielab.jcore.ae.jnet.tagger.Sentence
-
Packages that use Sentence Package Description de.julielab.jcore.ae.jnet.tagger -
-
Uses of Sentence in de.julielab.jcore.ae.jnet.tagger
Methods in de.julielab.jcore.ae.jnet.tagger that return Sentence Modifier and Type Method Description SentenceNETagger. PPDtoUnits(String sentence)takes a sentence in piped format and returns the corresponding unit sentence as a Sentence objectMethods in de.julielab.jcore.ae.jnet.tagger with parameters of type Sentence Modifier and Type Method Description voidNETagger. predict(Sentence sentence, boolean showSegmentConfidence)predicts the entity labels by means of a model.Method parameters in de.julielab.jcore.ae.jnet.tagger with type arguments of type Sentence Modifier and Type Method Description ArrayList<String>NETagger. predictIOB(ArrayList<Sentence> sentences, boolean showSegmentConfidence)predict the entity labels by means of a previously learned model.voidNETagger. train(ArrayList<Sentence> sentences)this is to train a NE model (based on CRF); when trained, the model is stored internally.Constructor parameters in de.julielab.jcore.ae.jnet.tagger with type arguments of type Sentence Constructor Description SentencePipeIterator(ArrayList<Sentence> sentences)
-