示例#1
0
 public AcronymExpanderTests()
 {
     this.matrix   = new SparseCoOccurrenceMatrix();
     this.expander = new AcronymExpander(matrix);
 }
 public AcronymExpanderTests()
 {
     this.matrix = new SparseMatrixForWordPairs();
     this.expander = new AcronymExpander(matrix);
 }