Package com.clearnlp.propbank.frameset

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


 
  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

Related Classes of com.clearnlp.propbank.frameset.PBType

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.