搜索资源列表
TestCorpusyuliaoguanli
- 1. 这是一个简单的语料库管理系统 2. 可以添加和删除语料文件,统计语料中的字数 3. 可以查找语料中的汉字串以及重叠形式 4. 语料文件存放在corpus目录下,查询结果保存在跟语料库相同目录下 5. corpus目录下有4个文本文件(其中test1, test2是两个小文件)供测试用 6. 只能处理文本文件,GB内码-1. This is a simple Corpus management system 2. They can add and delete corpu
PASSOLO_dict_replace
- PASSOLO字典替换工具 原创作品。文本文件字符串操作程序。-PASSOLO dictionary replacement tools original works. Text files string operations.
textcompare
- 两个文本文件的比较 并把两个文本的变更找出来-two text files and compare the two texts to find out the changes
HanziSearch
- 以2000年的人民日报为检索对象,查找所有包含所要检索汉字字串的内容,并输出到searchresult文本文件,并统计条目数-2000 to the People's Daily to retrieve objects that you have to include all search strings of Chinese characters, searchresult and exported to text files, and several statistics entry
DealWithString
- 刚刚因公司需要,处理文本文件中每一行存在多个\"|\"的程序,可以得到开始与最后的字段,并用制表符分开
pingfenxitong
- 一个投标评分小系统!在excel中使用,以文本文件保存数据!
open_Txt
- 打开及保存文本文件,为学员深入了解数据库编程语言提供方便。
classify
- 文本分类程序,一个文本文件通常要根据某些关键词将文本内容分开来,可以输入多个关键词,文本中的任一行含有其中一个关键词就会被分离出来
文本拆分程序
- 这个perl程序可以很灵活地按照指定的行数把单个文本文件拆分成多个文本文件。
在WINDOWS把文本文件转化成二进制文件
- 在WINDOWS把文本文件转化成二进制文件,然后根据ID号码查找内容 ,The text file in the WINDOWS into binary file, and then under the ID number to find the content of
MKFON.为特定文本文件中的汉字生成小汉字库
- 为特定文本文件中的汉字生成小汉字库。目前,GBK取字模程序段有问题,请高手指正。,Generates a small hz lib for Chinese characters in a given text file. At present, GBK font data getting is problematic, please correct me master.
Txt2Lrc
- 文本文件自动转换为歌词文件Lrc,自动加入之间。需要先设定整个txt文件对应音乐文件的时间长度。-Text file will automatically switch to the lyrics document Lrc, between the automatic accession. Need to set the entire txt file corresponds to the length of music files.
POSTagger_Src
- 包含了词条及其词性标记,频度信息的词典 练语料的格式要求: 每个词以 / 分隔, / 后是该词的词性标记。词性标记后至少要有一个空格。一个句子的所有词必须在同一行中。击“开始词性标注”选取文本文件(一次可以选择多个)进行标注处理-Includes a term and its part of speech marks, the frequency of information and training Corpus dictionary format requirements: Each w
ictclas4j
- 基于词典的分词工具,用与对文本文件的分词-word parsing tools based on dictionary
deleteblank
- 本程序用来删除文本文件的空行,十分有效。凡是文本文件中的空行都能删除而不影响整个文本的内容。当您导入文本文件后,本段内容自动清空,不会添加到您的文档中。-This procedure used to delete text file of the blank lines, very effective. Any text file can delete the blank lines without affecting the contents of the text as a whole. W
convertz802
- UTF-8格式文本文件到GBK格式的相互转换. 也支持繁体中文的转换.在许多网站开发中有应用.-UTF-8 format text files to the GBK format conversion. Also support Traditional Chinese conversions. In many applications in web site development.
Text_editor
- 文本编辑器,具有以下功能:编辑文本;保存、打开指定位置的文本文件;具有输入输出界面。-Text editor, has the following functions: text editing preservation, open the text file specified location with input and output interface.
AppINIFileRW
- INI文件读写,可以按IP、数值、和文本三种方式读写INI文件-INI file to read and write, can be IP, numerical, and text in three ways to read and write INI files
webcat
- 这是一个100 %纯Java库,您可以使用适用于N元 分析技术的过程分为文本文件。 该计划包括几个不同的分类算法, namelly 支持向量机,贝叶斯Logistic回归,神经网络分类和文本压缩 算法。如支持向量机和贝叶斯Logistic回归,一个 “一对一” 用于多类分类。更详细的说明这些学习算法和可用的选项,请提供的javadocs 。-It is a 100 pure Java library that you can use to apply N-Gr
大文本文件按行分割成无数小文件
- 实现了一个Java程序,能够将大文本文件按行均匀切割成指定数目的小文件(最后一个小文件可能小点) 1、文本文件大小可以10G或以上(可自行生成随机文本) 2、可能会出现内存搁不下的情况,考虑用BufferedReader