文件名称:BottomUpParser
- 所属分类:
- 其它
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 52.97kb
- 下载次数:
- 1次
- 提 供 者:
- 丁**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)可选择不同的规则集(用普通文本文件存贮规则)。
(2)利用VC TreeCtrl控件显示分析得到的句法结构树。
(3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。
(4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析
“学习/verb 文件/noun”
这样的例子时结果就不同:
-(1) choice of different sets of rules (using ordinary text file storage rules). (2) VC TreeCtrl control analysis showed the syntactic structure of the tree. (3) Intermediate analysis of all the edges are exported to the outcome document, and facilitate the tracking analysis of the details. (4) analysis process, the rules focus on the search rules, found a meet conditions to stop the rules, which not all of the analysis results, and, rules of the order will also have an impact on results of the analysis (which can compare the two rules, which rules the same content, but there are two the sequence of the different rules, the analysis of "learning / verb documents / noun" Such examples on the different results :
(2)利用VC TreeCtrl控件显示分析得到的句法结构树。
(3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。
(4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析
“学习/verb 文件/noun”
这样的例子时结果就不同:
-(1) choice of different sets of rules (using ordinary text file storage rules). (2) VC TreeCtrl control analysis showed the syntactic structure of the tree. (3) Intermediate analysis of all the edges are exported to the outcome document, and facilitate the tracking analysis of the details. (4) analysis process, the rules focus on the search rules, found a meet conditions to stop the rules, which not all of the analysis results, and, rules of the order will also have an impact on results of the analysis (which can compare the two rules, which rules the same content, but there are two the sequence of the different rules, the analysis of "learning / verb documents / noun" Such examples on the different results :
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 117143154bottomupparser.zip 列表 BottomUpParser/ BottomUpParser/BottomUpParser.aps BottomUpParser/BottomUpParser.clw BottomUpParser/BottomUpParser.cpp BottomUpParser/BottomUpParser.dsp BottomUpParser/BottomUpParser.dsw BottomUpParser/BottomUpParser.h BottomUpParser/BottomUpParser.ncb BottomUpParser/BottomUpParser.opt BottomUpParser/BottomUpParser.plg BottomUpParser/BottomUpParser.rc BottomUpParser/BottomUpParserDoc.cpp BottomUpParser/BottomUpParserDoc.h BottomUpParser/BottomUpParserView.cpp BottomUpParser/BottomUpParserView.h BottomUpParser/ChildFrm.cpp BottomUpParser/ChildFrm.h BottomUpParser/MainFrm.cpp BottomUpParser/MainFrm.h BottomUpParser/parsing.cpp BottomUpParser/parsing.h BottomUpParser/ReadMe.txt BottomUpParser/res/ BottomUpParser/Resource.h BottomUpParser/res/BottomUpParser.ico BottomUpParser/res/BottomUpParser.rc2 BottomUpParser/res/BottomUpParserDoc.ico BottomUpParser/res/Toolbar.bmp BottomUpParser/rules/ BottomUpParser/rules/rules.txt BottomUpParser/rules/rules1.txt BottomUpParser/rules/rules2.txt BottomUpParser/rules/rules_tmp.txt BottomUpParser/rules/test.txt BottomUpParser/rules/test_tmp.txt BottomUpParser/StdAfx.cpp BottomUpParser/StdAfx.h BottomUpParser/test/ BottomUpParser/TestTreeDlg.cpp BottomUpParser/TestTreeDlg.h BottomUpParser/test/test1.txt BottomUpParser/test/test2.txt BottomUpParser/test/tp1.pos BottomUpParser/test/tp2.pos