- pipe(Instance) - Method in class de.julielab.jcore.ae.jpos.pipes.TokenNGramPipe
-
- POSAnnotator - Class in de.julielab.jcore.ae.jpos.postagger
-
- POSAnnotator() - Constructor for class de.julielab.jcore.ae.jpos.postagger.POSAnnotator
-
- POSTagger - Class in de.julielab.jcore.ae.jpos.tagger
-
general class which does all the ML stuff
- POSTagger() - Constructor for class de.julielab.jcore.ae.jpos.tagger.POSTagger
-
default constructor
- POSTagger(File) - Constructor for class de.julielab.jcore.ae.jpos.tagger.POSTagger
-
constructor for feature config file
- PPDtoUnits(String) - Method in class de.julielab.jcore.ae.jpos.tagger.POSTagger
-
takes a sentence in piped format and returns the corresponding unit
sentence as a Sentence object
- predictForCLI(ArrayList<Sentence>) - Method in class de.julielab.jcore.ae.jpos.tagger.POSTagger
-
predict the entity labels by means of a previously learned model.
- predictForUIMA(Sentence) - Method in class de.julielab.jcore.ae.jpos.tagger.POSTagger
-
predicts the entity labels by means of a model.
- printFeatureConfig(File) - Static method in class de.julielab.jcore.ae.jpos.main.JPOSApplication
-
prints out the feature configuration used in the model 'modelFile'
- printTagset(File) - Static method in class de.julielab.jcore.ae.jpos.main.JPOSApplication
-
prints out the tagset used in the model 'modelFile'
- process(JCas) - Method in class de.julielab.jcore.ae.jpos.postagger.POSAnnotator
-
process current CAS.