<p style="text-align: left;">string DictPath = Path.Combine(Environment.CurrentDirectory, "Data") + <br /> Path.DirectorySeparatorChar; <br /> Console.WriteLine("正在初始化字典库,请稍候..."); <br /> WordSegmentSample sample = new WordSegmentSample(DictPath, 5); </p> <p style="text-align: left;"> result = sample.Segment(@"王晓平在1月份滦南大会上说的确实在理"); <br />这个在哪里使用?是搜索的时候,还是建立索引时用?谢谢</p>
守候你守候我