Examples of PBType


Examples of com.clearnlp.propbank.frameset.PBType

 
  private void setRoleset(DEPNode pred, SRLState state)
  {
    if (m_frames != null)
    {
      PBType type = getPBType(pred);
     
      if (type != null)
        state.setRoleset(m_frames.getRoleset(type, pred.lemma, pred.getFeat(DEPLibEn.FEAT_PB)));
    }
  }
View Full Code Here

Examples of com.clearnlp.propbank.frameset.PBType

 
  private void setRoleset(DEPNode pred, SRLState state)
  {
    if (m_frames != null)
    {
      PBType type = getPBType(pred);
     
      if (type != null)
        state.setRoleset(m_frames.getRoleset(type, pred.lemma, pred.getFeat(DEPLibEn.FEAT_PB)));
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.