public termDocument(IWeightTableSet __parent, string __name) : base(__parent, __name) { }
public termSpark(IWeightTableSet __parent, string __name) : base(__parent, __name) { lemma = new TempLemma(__name); parent = __parent; }
#pragma warning disable CS1574 // XML comment has cref attribute 'weightTable' that could not be resolved /// <summary> /// Initializes a new instance of the <see cref="weightTable"/> class. /// </summary> /// <param name="__parent">The parent.</param> public weightTable(IWeightTableSet __parent, string __name) #pragma warning restore CS1574 // XML comment has cref attribute 'weightTable' that could not be resolved { parent = __parent; name = __name; }