コード例 #1
0
ファイル: AdjoinNode.cs プロジェクト: finalnlp/OpenNlp-1
 public Matcher(Dictionary <string, Tree> newNodeNames, CoindexationGenerator coindexer, AdjoinNode node) :
     base(node, newNodeNames, coindexer)
 {
     this.node = node;
 }
コード例 #2
0
ファイル: AdjoinNode.cs プロジェクト: gblosser/OpenNlp
 public Matcher(Dictionary<string, Tree> newNodeNames, CoindexationGenerator coindexer, AdjoinNode node) :
     base(node, newNodeNames, coindexer)
 {
     this.node = node;
 }