Package com.clearnlp.dependency.factory

Examples of com.clearnlp.dependency.factory.IArgInfoDatum


    return getArgInfoDatum(new DefaultArgInfoDatumFactory());
  }
 
  public IArgInfoDatum getArgInfoDatum(IArgInfoDatumFactory factory)
  {
    IArgInfoDatum datum = new DefaultArgInfoDatum();
   
    datum.setPredicateID(predicateId);
    datum.setSemanticInfo(semanticInfo);
    datum.setSyntacticInfo(fromSyntacticInfoToString());
   
    return datum;
  }
View Full Code Here

TOP

Related Classes of com.clearnlp.dependency.factory.IArgInfoDatum

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.