Beispiel #1
0
 public Segmentor(string path, string lexicon_file)
 {
     native = LtpFactory.GetLtpFactory().CreateSegmentor(path, lexicon_file);
 }
Beispiel #2
0
 public Segmentor(string path, string lexicon_file)
 {
     native = LtpFactory.GetLtpFactory().CreateSegmentor(path, lexicon_file);
 }
Beispiel #3
0
 public Segmentor(string path)
 {
     native = LtpFactory.GetLtpFactory().CreateSegmentor(path);
 }
Beispiel #4
0
 public Segmentor(string path)
 {
     native = LtpFactory.GetLtpFactory().CreateSegmentor(path);
 }