public final class Entity extends Object
| Constructor and Description |
|---|
Entity(int indocChainId,
String type,
String mention,
String normalized,
int count)
constructor for
Entity |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
Entity, compare contents for equality |
int |
getCount()
get the mention count
|
int |
getIndocChainId()
get the in-document entity chain id
|
String |
getMention()
get the mention text
|
String |
getNormalized()
get the normalized mention text
|
String |
getType()
get the entity type
|
int |
hashCode() |
public int getIndocChainId()
public String getType()
public String getMention()
public String getNormalized()
public int getCount()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.