Description: 利用C语言写的一个词法分析器,文件输入输出,且生成关键字表、运算符表、分界符表-A lexical analyzer written in C language, file input and output, and generate keyword table, the operator table delimiter Table Platform: |
Size: 186368 |
Author:王振峰 |
Hits:
Description: .A Token is an occurence of a term from the text of a field. It consists of a term s text, the start and end offset of the term in the text of the field, and a type string. The start and end offsets permit applications to re-associate a token with its source text, e.g., to display highlighted query terms in a document browser, or to show matching text fragments in a KWIC KeyWord In Context display, etc. The type is an interned string, assigned by a lexical analyzer a.k.a. tokenizer, naming the lexical or syntactic class that the token belongs to. For example an end of sentence marker token might be implemented with type "eos". The default token type is "word" for Linux.
Platform: |
Size: 2048 |
Author:nuxenmen |
Hits:
Description: 用bison工具生成一个PL/0语言的语法分析程序,对PL/0源程序进行语法分析,并输出归约时所用的语法规则。-Generated by bison tool PL/0 language parser for PL/0 source parsing, syntax rules, and the output reduction when used. Platform: |
Size: 1354752 |
Author:mxj0628 |
Hits:
Description: 用Yacc编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-With Yacc write a parser, so that combined with the lexical analyzer that depending on the context-free grammar of language, whether the input word sequence recognition grammar of the sentence. Platform: |
Size: 321536 |
Author:xiaowang |
Hits:
Description: 编译原理实验报告
实验二:语法分析器
设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析的理解掌握以及高级语言语法结构的定义,掌握语法分析的常用方法-Compile report principle experiment Experiment two: parser design, compilation, debugging a lexical analysis routines- to recognize words, to deepen the understanding of the definition of lexical analysis and high-level language constructs to master, master common method of parsing Platform: |
Size: 897024 |
Author:alfred artorius |
Hits:
Description: 概率句法分析器对于统计自然语言处理的很多高层应用-Probabilistic syntactic analyzer for many top statistical natural language processing applications Platform: |
Size: 476160 |
Author:Tehtsa |
Hits:
Description: 概率句法分析器对于统计自然语言处理的很多高层应用-Probabilistic syntactic analyzer for many top statistical natural language processing applications Platform: |
Size: 477184 |
Author:Lornrg |
Hits: