MongoSearch.Library.ChineseSegmentor.ChineseSegmentor C# (CSharp) Method

ChineseSegmentor() public method

public ChineseSegmentor ( ) : System
return System
        public ChineseSegmentor()
        {
            java.lang.System.setProperty("mmseg.dic.path", "./Dict");    // 指定自訂詞庫
            dic = Dictionary.getInstance();
        }