Welcome![Sign In][Sign Up]
Location:
Search - syntactic

Search list

[OtherBottomUpParser

Description: (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 :
Platform: | Size: 54243 | Author: 丁淑彬 | Hits:

[OtherPcfgParser

Description: 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.
Platform: | Size: 53257 | Author: 丁淑彬 | Hits:

[IME Developpropsource

Description: 这是句法分析系统的原代码,可以用于人工智能的各各方面,比如输入法、段词分词程序的进一步补充、语音识别等各方面!-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, voice recognition and other areas.
Platform: | Size: 49583 | Author: mecen | Hits:

[Other resourceyufayuyifenxi

Description: 语法 语义 分析器 简单优先文法 输出逆波兰式-syntactic and semantic analyzer simple grammar priority output inverse Polish
Platform: | Size: 44906 | Author: liuyang | Hits:

[Other resource20065252558328

Description: 编译原理课程设计,没有课程设计的报告,关于句法分析的。-compiler theory curriculum design, no curriculum design, report on syntactic analysis.
Platform: | Size: 23931 | Author: 舟中之鱼 | Hits:

[WEB Codetechreport

Description: 中国科学院计算所的ictprop概率句法的有关介绍性文章-CAS ictprop calculate the probability of the syntactic introductory article
Platform: | Size: 39546 | Author: 王亮 | Hits:

[Other resourcejsjmssb

Description: 本书共分10章,1-6为判别法模式识别理论,7和8章为句法模式识别,9为交互模式识别,最后是模糊模式识别。后面有一些计算机程序实例。-The book is divided into 10 chapters ,1-6 for discriminating method of pattern recognition, 7 and Chapter 8 of syntactic pattern recognition, 9 for interactive pattern recognition, fuzzy pattern recognition is final. Behind some examples of computer programs.
Platform: | Size: 6272627 | Author: 谢志东 | Hits:

[OtherWSDLParser_src

Description: an approach for capturing similarity between words that was concerned with the syntactic similarity of two strings. Today we are back to discuss another approach that is more concerned with the meaning of words. Semantic similarity is a confidence score that reflects the semantic relation between the meanings of two sentences. It is difficult to gain a high accuracy score because the exact semantic meanings are completely understood only in a particular context.
Platform: | Size: 42765 | Author: thanh dao | Hits:

[WEB CodeUDDIExplorer_src

Description: In the previous article, we presented an approach for capturing similarity between words that was concerned with the syntactic similarity of two strings. Today we are back to discuss another approach that is more concerned with the meaning of words. Semantic similarity is a confidence score that reflects the semantic relation between the meanings of two sentences. It is difficult to gain a high accuracy score because the exact semantic meanings are completely understood only in a particular context.
Platform: | Size: 110995 | Author: thanh dao | Hits:

[ELanguageflex-2.5.2.tar

Description: Flex词法/语法分析器源码 -Flex syntactic and phrase parser code
Platform: | Size: 384000 | Author: 站长 | Hits:

[ELanguageflex++-2.3.8-7.tar.Z

Description: 生成C++的词法/语法分析的Flex语法分析器 -Flex syntactic and phrase parser which can produce C++ code
Platform: | Size: 340992 | Author: 站长 | Hits:

[ELanguageparse.tar.Z

Description: 一个基于C++的语法分析类,可以用来定制自己的编译器 -A class based C++ syntactic analysis, it can be used to build you own compiler
Platform: | Size: 11264 | Author: 站长 | Hits:

[ELanguageparse_c

Description: C语言语法检查器。-C syntactic checker
Platform: | Size: 5120 | Author: 站长 | Hits:

[ELanguageyacc.tar.Z

Description: 伯克利的语法分析器的创建工具 -Creator for Berkeleys syntactic analysis
Platform: | Size: 82944 | Author: 站长 | Hits:

[Other resourceyufayuyifenxi

Description: 语法 语义 分析器 简单优先文法 输出逆波兰式-syntactic and semantic analyzer simple grammar priority output inverse Polish
Platform: | Size: 45056 | Author: liuyang | Hits:

[Otherjsjmssb

Description: 本书共分10章,1-6为判别法模式识别理论,7和8章为句法模式识别,9为交互模式识别,最后是模糊模式识别。后面有一些计算机程序实例。-The book is divided into 10 chapters ,1-6 for discriminating method of pattern recognition, 7 and Chapter 8 of syntactic pattern recognition, 9 for interactive pattern recognition, fuzzy pattern recognition is final. Behind some examples of computer programs.
Platform: | Size: 6272000 | Author: 谢志东 | Hits:

[MultiLanguagePcfgParser

Description: 1. 先打开规则库,读入规则集 (可比较两个规则文件rule1.txt 和 rule2.txt的差异) 2. 选择经过分词和词性标注的文件,进行句法分析 3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg 4. 分析结束后,同时产生一个新的规则文件,后缀名为.new, 可以观察规则概率值和期望次数的变化 5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。-1. To open the rule base, reading into the rule set (which can compare two documents rule1.txt rules and rule2.txt difference) 2. Selection through word-of-speech tagging of documents and to carry out syntactic analysis 3. Analysis of the outcome document and test documents in the same directory, file name suffix. pcfg4. Analysis of the end of and at the same time create a new rules file, called the suffix. new, can observe the rules of probability values and expectations of changes in the number 5. Analysis of the results one by one to tree Figure show that if a sentence has more than a result, the display box at the same time show.
Platform: | Size: 53248 | Author: 董广宇 | Hits:

[Windows Developa-famework-for-syntactic-translation

Description: A Framework for Syntactic Translation
Platform: | Size: 11264 | Author: yy | Hits:

[Othersyntactic-parsing

Description: 宗成庆关于短语结构和依存的句法分析介绍,简洁明了,入门必备-Zong Qing phrase structure and dependency on the syntactic parsing of introduction, concise, entry must
Platform: | Size: 2115584 | Author: lan | Hits:

[Windows Developa-famework-for-syntactic-translation

Description: A Framework for Syntactic Translation
Platform: | Size: 11264 | Author: 留洋 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net