public final class LinkedEntity extends Object
| Constructor and Description |
|---|
LinkedEntity(String entityId,
int indocChainId,
String mention,
Double confidence)
constructor for
LinkedEntity |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
LinkedEntity, compare contents for equality |
Double |
getConfidence()
get the confidence
|
String |
getEntityId()
get the resolved entity id
|
int |
getIndocChainId()
get the in-document chain id
|
String |
getMention()
get the mention text
|
int |
hashCode() |
public String getEntityId()
public int getIndocChainId()
public String getMention()
public Double getConfidence()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.