public void Add(string type, Term term) { items.Add(type, term); }
public WeightedTerm(Term term, float weight) : base(term) { this.weight = weight; }
public Lexeme(Term term) { this.term = term; }