コード例 #1
0
 /**
  * <summary> Constructor for {@link TurkishSentenceAutoPredicate}. Gets the FrameSets as input from the user, and sets
  * the corresponding attribute.</summary>
  * <param name="framesetList">FramesetList containing the Turkish propbank frames.</param>
  */
 public TurkishSentenceAutoPredicate(FramesetList framesetList)
 {
     this._framesetList = framesetList;
 }
コード例 #2
0
 public void Setup()
 {
     framesetList = new FramesetList();
 }