| Package | Description |
|---|---|
| de.julielab.jcore.ae.jnet.tagger |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
NETagger.PPDtoUnits(String sentence)
takes a sentence in piped format and returns the corresponding unit sentence as a Sentence object
|
| Modifier and Type | Method and Description |
|---|---|
void |
NETagger.predict(Sentence sentence,
boolean showSegmentConfidence)
predicts the entity labels by means of a model.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
NETagger.predictIOB(ArrayList<Sentence> sentences,
boolean showSegmentConfidence)
predict the entity labels by means of a previously learned model.
|
void |
NETagger.train(ArrayList<Sentence> sentences)
this is to train a NE model (based on CRF); when trained, the model is stored internally.
|
| Constructor and Description |
|---|
SentencePipeIterator(ArrayList<Sentence> sentences) |
Copyright © 2019 JULIE Lab Jena, Germany. All rights reserved.