コード例 #1
0
ファイル: IctclasSegment.cs プロジェクト: weiguang3100/iveely
 public static IctclasSegment GetInstance()
 {
     if (_ictclasSegment == null)
     {
         _ictclasSegment = new IctclasSegment();
     }
     return(_ictclasSegment);
 }
コード例 #2
0
ファイル: IctclasSegment.cs プロジェクト: 89sos98/iveely
 public static IctclasSegment GetInstance()
 {
     if (_innerSeg == null)
     {
         string path = "Init\\Corpus\\";
         if (Directory.Exists(path))
         {
             _innerSeg = new IctclasSegment(path);
         }
     }
     return _innerSeg;
 }
コード例 #3
0
ファイル: IctclasSegment.cs プロジェクト: qcjxberin/iveely
 public static IctclasSegment GetInstance()
 {
     if (_ictclasSegment == null)
     {
         _ictclasSegment = new IctclasSegment();
     }
     return _ictclasSegment;
 }