文件名称:PcfgParser
- 所属分类:
- 其它
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 52.01kb
- 下载次数:
- 0次
- 提 供 者:
- 丁**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 先打开规则库,读入规则集 (可比较两个规则文件rule1.txt 和 rule2.txt的差异)
2. 选择经过分词和词性标注的文件,进行句法分析
3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg
4. 分析结束后,同时产生一个新的规则文件,后缀名为.new, 可以观察规则概率值和期望次数的变化
5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。-1. Accounting rules to open, read the rules set (comparable two documents rule1.txt rules and the differences rule2.txt) 2. Word selection and tagging of a document for syntactic analysis 3. Results of the analysis and test document with a document in the directory, documents suffixes called. pcfg 4. After the analysis, while generating a new rule, known as the suffix. new, can observe the rules of probability values and expectations of changes in the number of five. results of the analysis-by-tree approach to show that if a sentence is over, the box shows the same time show.
2. 选择经过分词和词性标注的文件,进行句法分析
3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg
4. 分析结束后,同时产生一个新的规则文件,后缀名为.new, 可以观察规则概率值和期望次数的变化
5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。-1. Accounting rules to open, read the rules set (comparable two documents rule1.txt rules and the differences rule2.txt) 2. Word selection and tagging of a document for syntactic analysis 3. Results of the analysis and test document with a document in the directory, documents suffixes called. pcfg 4. After the analysis, while generating a new rule, known as the suffix. new, can observe the rules of probability values and expectations of changes in the number of five. results of the analysis-by-tree approach to show that if a sentence is over, the box shows the same time show.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 3970982pcfgparser.zip 列表 PcfgParser/ PcfgParser/ChildFrm.cpp PcfgParser/ChildFrm.h PcfgParser/MainFrm.cpp PcfgParser/MainFrm.h PcfgParser/parsing.cpp PcfgParser/parsing.h PcfgParser/PcfgParser.aps PcfgParser/PcfgParser.clw PcfgParser/PcfgParser.cpp PcfgParser/PcfgParser.dsp PcfgParser/PcfgParser.dsw PcfgParser/PcfgParser.h PcfgParser/PcfgParser.ncb PcfgParser/PcfgParser.opt PcfgParser/PcfgParser.plg PcfgParser/PcfgParser.rc PcfgParser/PcfgParserDoc.cpp PcfgParser/PcfgParserDoc.h PcfgParser/PcfgParserView.cpp PcfgParser/PcfgParserView.h PcfgParser/ReadMe.txt PcfgParser/res/ PcfgParser/Resource.h PcfgParser/res/PcfgParser.ico PcfgParser/res/PcfgParser.rc2 PcfgParser/res/PcfgParserDoc.ico PcfgParser/res/Toolbar.bmp PcfgParser/rules/ PcfgParser/rules/rules1.txt PcfgParser/rules/rules2.txt PcfgParser/StdAfx.cpp PcfgParser/StdAfx.h PcfgParser/test/ PcfgParser/TestTreeDlg.cpp PcfgParser/TestTreeDlg.h PcfgParser/test/test.txt PcfgParser/test/tp1.pos PcfgParser/test/tp2.pos PcfgParser/test/tp3.pos