Exemplo n.º 1
0
 public termDocument(IWeightTableSet __parent, string __name) : base(__parent, __name)
 {
 }
Exemplo n.º 2
0
 public termSpark(IWeightTableSet __parent, string __name) : base(__parent, __name)
 {
     lemma  = new TempLemma(__name);
     parent = __parent;
 }
Exemplo n.º 3
0
#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;
        }