Class SciGraphToken

java.lang.Object
org.monarchinitiative.hpotextmining.core.miners.scigraph.SciGraphToken

public class SciGraphToken extends Object
This class represent a "token" from SciGraph server. A token has three properties, id (String), categories (array), and terms (array). Refer the following example: {"token":{"id":"MP:0000751","categories":["Phenotype"],"terms":["myopathy"]},"start":50,"end":58}