| Package | Description |
|---|---|
| de.julielab.jcore.ae.jsbd | |
| de.julielab.jcore.ae.jsbd.postprocessingfilters |
| Modifier and Type | Method and Description |
|---|---|
List<Unit> |
SentenceSplitter.predict(cc.mallet.types.Instance inst,
String filterName)
predict a single Instance
|
List<Unit> |
SentenceSplitter.predict(List<String> lines,
String postprocessingFilter)
predict a couple of lines
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PostprocessingFilter.biomedPostprocessingFilter(List<String> predLabels,
List<Unit> units)
a postprocessing filter (to be used after prediction) which can correct known errors
|
static List<String> |
PostprocessingFilter.medicalPostprocessingFilter(List<String> predLabels,
List<Unit> units)
a postprocessing filter (to be used after prediction) which can correct known errors
|
abstract List<String> |
PostprocessingFilter.Mode.process(List<String> predLabels,
List<Unit> units) |
Copyright © 2018 JULIE Lab Jena, Germany. All rights reserved.