Welcome![Sign In][Sign Up]
Location:
Search - chart parsing

Search list

[ELanguageBOCH.rar

Description: 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。
Platform: | Size: 4561 | Author: | Hits:

[ELanguageBOCH

Description: 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient, and only more than 200 lines. In addition to its own grammar and dictionary definition. Open source code, mainly for syntax analysis of the LISP programming algorithms and people interested in learning to use, you can also use natural language processing in a variety of actual studies.
Platform: | Size: 4096 | Author: 朱查松 | Hits:

[ELanguageyffx

Description: 一个很好的语法分析试验报告,内含数据流程图。心得体会,是新手学习编译原理的重要资料-Parsing a very good test report, including data flow chart. Experiences, new learning is an important principle of information compiled
Platform: | Size: 123904 | Author: Michael | Hits:

[ELanguageIF-ELSEdiguixiajiangfasiyuanshi

Description: 1 )收件符合特定语法语法分析和属性文法。 ( 2 )完成的科目要求的中间代码的描述三个地址。 ( 3 )写的语法某一思想的分析,完成解析和语义分析节目。 ( 4 )良好的分析,编制过程中,设计了一些使用情况下,试验的设计通过分析程序。 ( 5 )的设计,附件所要求的报告写作格式。课程设计报告正文应包括以下内容: 1系统描述(描述问题域) 2属性文法和语法的描述 3描述了语法分析和语法分析设计 4给出了说明的形式,中间代码和中间代码序列的结构设计 5 ,简要的分析和设计 6的详细描述算法(流程图或伪码) 7给出了软件测试方法和测试结果 8发展报告(开发过程中,评价的设计,特点,缺乏收获和经验,等等) 9引用(根据规范出版书面) 。-1) write in line with the given grammar syntax analysis and attribute grammar. (2) complete the subject requirements of the intermediate code that the description of the three addresses. (3) to write the syntax of a given ideological analysis, the completion of parsing and semantic analysis of programming. (4) a good analysis of the preparation process, the design of a number of use cases, test the design through the analysis procedure. (5) the design of the annex to the report requested by writing format. Curriculum design of the body of the report should include: 1 System description (description of the problem domain) 2 attribute grammar and the description of grammar 3 describes the syntax analysis and syntax analysis of the design 4 gives a description of the form of intermediate code and intermediate code sequence of the structural design 5, a brief summary of the analysis and design 6 a detailed description of the algorithm (flow chart or pseudo code)
Platform: | Size: 354304 | Author: 王福源 | Hits:

[ELanguageCompile_principle_experiment

Description: 编译原理实验+报告+流程图 词法分析实验 语法分析 语义分析 每个实验都附上详细的流程图与代码-Compile principle experiment+ report+ lexical analysis of experimental flow chart parsing semantic analysis For each experiment, with detailed flow chart and code
Platform: | Size: 687104 | Author: harlant | Hits:

[ELanguagecompiling

Description: 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion, parsing, flow chart
Platform: | Size: 3873792 | Author: xiedanfeng | Hits:

[CSharpChart-Parsing

Description: C#实现的ChartParsing,实现自然语言处理中的Chart parsing算法-ChartParsing build in C#
Platform: | Size: 37888 | Author: Howard | Hits:

[AI-NN-PRChartLine

Description: 自然语言处理之判断句子合法性的Chart-Parsing算法-Natural language processing to determine the legality of the sentence Chart-Parsing Algorithm
Platform: | Size: 1024 | Author: wangqisen | Hits:

[GIS programiso8211lib-1.4

Description: 电子海图国际标准S-57格式数据解析lib库,期望对从底层开发电子海图显示软件的有所帮助。-ECDIS international standard S-57 format data parsing lib library, expectations from the bottom of the development of electronic chart display software help.
Platform: | Size: 238592 | Author: 暖人人暖 | Hits:

[Otherhid波形显示

Description: 1、把2进制的文件,利用file文件读取 2、解析相应的文件,显示出对应的波形做最终的显示(1 the 2 hexadecimal file, using file file to read 2 parsing the corresponding document, showing the corresponding waveform to do the final display)
Platform: | Size: 65536 | Author: sandysongsong | Hits:

[MultiLanguageparsing

Description: 句法分析(syntactic parsing)的任务就是识别句子的句法结构(syntactic structure)。在自然语言处理领域,句法分析的目标是实现高正确率、高鲁棒性、高速度的自动句法分析过程。 但是该问题的困难在于自然语言中存在大量的结构歧义(structural ambuguity)。例如:I saw a boy in the park.这句话有两种可能的句法分析方法:1、[I saw a boy] in the park.2、I saw a [boy in the park].语句中的结构歧义随着介词短语组合个数的增加而不断加深。 句法分析主要分为两种,一种是上下文无关文法,另一种是依存文法。从处理方向上,句法分析有如下三种:从底向上(Bottom-up)、从上到下(Top-down)和从上到下与从下到上结合。其中,上下文无关文法主要有:自底向上的线图分析法(chart parsing)、Early算法、CKY算法、Tomita算法等。下面主要介绍上下文的原理及其实现。(syntactic parsing based on chart analysis)
Platform: | Size: 57344 | Author: 李qqq | Hits:

CodeBus www.codebus.net