-
大小: 33.61MB文件類型: .zip金幣: 1下載: 0 次發布日期: 2023-07-02
- 語言: 其他
- 標簽: lucene5??IKAnalyzer??Jceseg??
資源簡介
lucene中文分詞器Jceseg和IK Analyzer使用示例,lucene5可以使用,本人親測成功,大家放心用,喜歡lucene的人大家關注我的博客
http://blog.csdn.net/wuyinggui10000/article/category/3173543
大家共同交流,有需要的加群106570134
代碼片段和文件信息
/**
?*?IK?中文分詞??版本?5.0
?*?IK?Analyzer?release?5.0
?*?
?*?Licensed?to?the?Apache?Software?Foundation?(ASF)?under?one?or?more
?*?contributor?license?agreements.??See?the?NOTICE?file?distributed?with
?*?this?work?for?additional?information?regarding?copyright?ownership.
?*?The?ASF?licenses?this?file?to?You?under?the?Apache?License?Version?2.0
?*?(the?“License“);?you?may?not?use?this?file?except?in?compliance?with
?*?the?License.??You?may?obtain?a?copy?of?the?License?at
?*
?*?????http://www.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS
?*?WITHOUT?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.
?*?See?the?License?for?the?specific?language?governing?permissions?and
?*?limitations?under?the?License.
?*
?*?源代碼由林良益(linliangyi2005@gmail.com)提供
?*?版權聲明?2012,烏龍茶工作室
?*?provided?by?Linliangyi?and?copyright?2012?by?Oolong?studio
?*?
?*/
package?org.wltea.analyzer.cfg;
import?java.util.List;
/**
?*?
?*?配置管理類接口
?*?
?*/
public?interface?Configuration?{
/**
?*?返回useSmart標志位
?*?useSmart?=true?,分詞器使用智能切分策略,?=false則使用細粒度切分
?*?@return?useSmart
?*/
public?boolean?useSmart();
/**
?*?設置useSmart標志位
?*?useSmart?=true?,分詞器使用智能切分策略,?=false則使用細粒度切分
?*?@param?useSmart
?*/
public?void?setUseSmart(boolean?useSmart);
/**
?*?獲取主詞典路徑
?*?
?*?@return?String?主詞典路徑
?*/
public?String?getMainDictionary();
/**
?*?獲取量詞詞典路徑
?*?@return?String?量詞詞典路徑
?*/
public?String?getQuantifierDicionary();
/**
?*?獲取擴展字典配置路徑
?*?@return?List?相對類加載器的路徑
?*/
public?List?getExtDictionarys();
/**
?*?獲取擴展停止詞典配置路徑
?*?@return?List?相對類加載器的路徑
?*/
public?List?getExtStopWordDictionarys();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-05-09?19:49??lucene_cnAnalyzer\
?????目錄???????????0??2015-05-09?19:49??lucene_cnAnalyzer\IK-Analyzer-2012FF\
?????目錄???????????0??2015-05-09?19:49??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\
?????文件?????????404??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\IKAnalyzer.cfg.xm
?????文件?????1165908??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\IKAnalyzer2012FF_u1.jar
?????文件?????1153882??2015-05-08?21:38??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\IKAnalyzer2015.jar
?????文件???????17778??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\LICENSE.txt
?????文件?????????278??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\NOTICE.txt
?????文件?????????129??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\dist\stopword.dic
?????目錄???????????0??2015-05-09?19:49??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\
?????文件????????2031??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\allclasses-fr
?????文件????????1831??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\allclasses-nofr
?????文件????????9415??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\constant-values.html
?????文件????????5184??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\deprecated-list.html
?????文件????????9445??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\help-doc.html
?????目錄???????????0??2015-05-09?19:49??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\
?????文件????????6735??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-1.html
?????文件????????6467??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-10.html
?????文件????????6911??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-11.html
?????文件????????6751??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-12.html
?????文件???????10002??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-13.html
?????文件????????8950??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-14.html
?????文件????????7122??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-15.html
?????文件????????6812??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-16.html
?????文件????????6768??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-17.html
?????文件????????6720??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-2.html
?????文件????????7022??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-3.html
?????文件????????6704??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-4.html
?????文件???????12099??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-5.html
?????文件????????6891??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-6.html
?????文件???????11199??2015-01-21?17:51??lucene_cnAnalyzer\IK-Analyzer-2012FF\doc\index-files\index-7.html
............此處省略408個文件信息
評論
共有 條評論