Ejemplo n.º 1
0
 public void Add(string type, Term term)
 {
     items.Add(type, term);
 }
Ejemplo n.º 2
0
 public WeightedTerm(Term term, float weight)
     : base(term)
 {
     this.weight = weight;
 }
Ejemplo n.º 3
0
 public Lexeme(Term term)
 {
     this.term = term;
 }