搜索资源列表
yangpengwei
- 中文分词程序,是用java语言编的.文件名为yangpengwei.zip-Chinese word segmentation procedure is the use of java language series. Documents called yangpengwei.zip
segment
- 基于文本文件的分词程序,可以将指定文件名的文本文档按照词典自动划分出单词.-text-based documents, the sub-term process, which would be designated the File Name text documents with automatic divided dictionary word.
propsource
- 这是句法分析系统的原代码,可以用于人工智能的各各方面,比如输入法、段词分词程序的进一步补充、语音识别等各方面!-This is the syntactic analysis system source code, which can be used across a diversity of artificial intelligence, such as the input method, word of the Word of the procedures further added, vo
SegtoFile
- 为自然语言处理领域的中文分词程序,可将分词内容写入文件。-natural language processing area of the Chinese word segmentation procedures can be written in word document.
splitwords
- 用C#编写的一个分词程序,开放程序源码。
TextClassify
- 应用中科院的分词程序,调用它的接口,从而实现简单的文档分词!-Chinese Academy of Sciences of the sub-word application procedures, call its interface, in order to achieve a simple word document points!
zhongwenfenci
- 使用字典的中文分词程序 输入: Dic.txt: 词典文件 Target.txt: 目标文件 输出: Result_back.txt:后向分词的结果 Result_front.txt:前向分词的结果 Result.txt: 双向扫描,对词频统计分析得到的结果 -The Chinese word dictionary program input: Dic.txt: dictionary file Target.txt: Target file output
shootseg-4235
- C#编写的分词程序,dll组件,准确率比较高-Word written in C# program, dll component, a relatively high accuracy
windows_c_32
- 中文分词程序,有中国科学院开发,用于中文文本分词-ictat
SharpICTCLAS.net1.1
- 这是用C#编写的简单的中文分词程序,采用的是键树。-This is written in C# using simple Chinese word segmentation procedure is the key tree used.
c-hycd
- 很好的一款分词程序汉语词典,功能强大,内容详实,有一定的应用价值.-A good word in Chinese dictionary program, powerful, informative, have a certain value.
Chinesewordsegmentationprocedureforthecarving
- 中文分词分割程序Chinese word segmentation procedure for the carving-Chinese word segmentation procedure for the carving
theshortest
- 最短路径法分词程序.将中文句子经过原子切分后生成一个有向无环图,然后使用Dijkstra算法求出由起点到终点的-The shortest path segmentation process. After the Chinese sentence after splitting atoms to generate a directed acyclic graph, and then use the Dijkstra algorithm derived from the point of origi
WordSegment
- 很简单的中文分词程序,命令行程序,在VisualStudio2008中调试通过,内附测试文档。-Chinese language is very simple segmentation procedures, command-line procedures, the debugging of VisualStudio2008 passed, the document containing the test.
Segmentation
- 用HMM实现的中文分词程序,用C#实现的。-HMM to achieve with the Chinese word segmentation
WordSegment
- 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
SegDll
- windows 编程 mfc 实现的分词程序-windows programming mfc program to achieve the sub-word
CorpusWordParser
- 语料分词和词性标注软件。 软件只支持打开文本格式(.txt)的文件,其他类型文件需先另存为文本文件格式后再处理。 软件可以自动识别、处理文本文件的不同字符编码(GB或Unicode等)。(Word segmentation and part of speech tagging software. Software only supports files that open text format (.Txt), and other types of files need to be sav
20180306142010_ICTCLAS2016分词系统下载包
- 供中文文本挖掘程序员使用,训练文本挖掘能力(Chinese Corpus, used to exercise and test your ability of digging in Chinese Text)
NICTCLAS
- NICTCLAS是大名鼎鼎的中科院计算所语词法分析系统ICTCLAS免费版的.NET包装版本,在原有免费EXE源码的基础上使用C++ /CLI封装成NICTCLAS.dll,将原CResult类改写成NICTCLAS managed class,并为适应VC8编译对源码做了少许改动,当然还有N个因为strcpy之类的警告因为实在太多干脆不予理会。如有错漏请不吝指正。 NICTCLAS做了一定程度的简化,接口非常简单,普通分词应用足够了,这里提供C#执行程序调用示例。词库文件下载解压请放在对