lucene.net中的分词如何使用

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

MM们
浏览 493回答 2
2回答

守候你守候我

首先你需要通过IndexWriter建立索引,然后会在对应的目录下生成索引文件。在通过IndexSearcher来使用创建的索引,记住建立索引时用的什么分词器,搜索的时候就用什么分词器。
打开App,查看更多内容
随时随地看视频慕课网APP