public class Unit extends Object
| Constructor and Description |
|---|
Unit(int begin,
int end,
String rep) |
Unit(int begin,
int end,
String rep,
String label) |
Unit(int begin,
int end,
String rep,
String label,
HashMap<String,String> metas) |
| Modifier and Type | Method and Description |
|---|---|
double |
getConfidence() |
String |
getLabel() |
String |
getMetaInfo(String key) |
String |
getRep() |
void |
setConfidence(double conf) |
void |
setLabel(String label) |
void |
setRep(String rep) |
String |
toString() |
public Unit(int begin,
int end,
String rep)
Copyright © 2019 JULIE Lab Jena, Germany. All rights reserved.