/** * */ package context.core.task.entitynetwork; import context.core.textnets.Token; /** * @author Shubhanshu * */ public class EntityToken extends Token { /** * * @param text */ public EntityToken(String text) { // TODO Auto-generated constructor stub super(text); } /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub } }