コード例 #1
0
 public termDocument(IWeightTableSet __parent, string __name) : base(__parent, __name)
 {
 }
コード例 #2
0
ファイル: termSpark.cs プロジェクト: gorangrubic/imbLanguage
 public termSpark(IWeightTableSet __parent, string __name) : base(__parent, __name)
 {
     lemma  = new TempLemma(__name);
     parent = __parent;
 }
コード例 #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;
        }