Example #1
0
 public static IctclasSegment GetInstance()
 {
     if (_ictclasSegment == null)
     {
         _ictclasSegment = new IctclasSegment();
     }
     return(_ictclasSegment);
 }
Example #2
0
 public static IctclasSegment GetInstance()
 {
     if (_innerSeg == null)
     {
         string path = "Init\\Corpus\\";
         if (Directory.Exists(path))
         {
             _innerSeg = new IctclasSegment(path);
         }
     }
     return _innerSeg;
 }
Example #3
0
 public static IctclasSegment GetInstance()
 {
     if (_ictclasSegment == null)
     {
         _ictclasSegment = new IctclasSegment();
     }
     return _ictclasSegment;
 }