Introduction - If you have any usage issues, please Google them yourself
IKAnalyzer is the Chinese word segmentation tool lucene2.0 version of API-based development, the realization of a dictionary word segmentation based on the pros and cons to the whole segmentation algorithm is Lucene Analyzer Interface realize, this is. Net version, which contains the source code
Packet : 43680533ikanalyzer.zip filelist
bin/
bin/IKAnalyzerNet.dll
bin/PowerCollections.dll
src/
src/dict/
src/dict/connector.dic
src/dict/count.dic
src/dict/c_number.dic
src/dict/local.dic
src/dict/noisechar.dic
src/dict/number_sign.dic
src/dict/other_digit.dic
src/dict/stopword.dic
src/dict/suffix.dic
src/dict/wordbase.dic
src/IKAnalyzerNet/
src/IKAnalyzerNet/dict/
src/IKAnalyzerNet/dict/Dictionary.cs
src/IKAnalyzerNet/dict/DictSegment.cs
src/IKAnalyzerNet/dict/Hit.cs
src/IKAnalyzerNet/dict/WordType.cs
src/IKAnalyzerNet/IKAnalyzer.cs
src/IKAnalyzerNet/IKTokenizer.cs
src/IKAnalyzerNet/MIKAnalyzer.cs
src/IKAnalyzerNet/MTokenDelegate.cs
src/IKAnalyzerNet/TokenDelegate.cs