搜索资源列表
MSTParser.tar
- MSTParser是以最大生成树理论为基础的判别式依存句法分析器。它将一科依存树的得分看作是 所有依存关系的得分的总和,从而依存分析的问题转化成如何寻找最高得分的依存树。-Spanning tree is the largest MSTParser theory-based discriminant Parser interdependence. Section 1 will be scored as interdependent tree are all interdependent re
Linux-driver-src
- 这些是对(用 )于 书的来源文件" Linux Device Drivers" 。 在这里你(们)找到已经包括在书里的完全来源。 我尽可能地测试了他们, 但是, 可以(可能)有一些问题离开了, 尤其有 2.1.43 (当位于下面代码基础(底模)(是)连续不断变化时, 可靠性测试所有他们, 这是难) 。 尤其是, 你(们)可以(可能)找到具有" genksyms " 的一些问题, 其句法在核心的 2.0 和 2.1 版本之间改变了。 你(们)在 misc - progs 中
Syntax_Analyzer
- 我上过的Programming Language课程第二次大作业:句法分析器。 绝对原创,绝对经典!-My second programming assignment for the Programming Language class- Syntax Analyzer
CKY
- 加入概率的CKY句法分析器 含有前面三步对于CFG到CNF的转换 规则来自《自然语言处理综论》-Adding the probability of CKY Parser contains three steps in front of the CFG to CNF conversion rules from the " facets of natural language processing"
H.264standard
- H.264标准的中文标准,官方的,句法元素、语义都有定义。-H.264 standard Chinese standards, the official, syntax elements are the definition of semantics.
jisuanyuyanxue
- 计算语言学部分讲义资料,有助于理解句法分析,-Computational Linguistics, part of the lecture information, helps to understand the syntax analysis,
MultiSum
- 根据文档的句法结构和文档信息,以及重要词语再举文档中出现频率,从文档抽出文档的主要内容-sigldocumet summary
Parsing
- 基于概率的上下文无关文法的句法分析器,在词法分析的基础上,分析一些简单语句。-Probability-based context-free grammar parser, the lexical analysis, based on analysis of some simple statements.
jufafenxi
- c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,则给出错误信息。-c-language parser. Read into a C- language program, to determine whether the program is not a valid C- language program. If the program has syntax and semantic errors, then gives an er
ctbparser_0.11.tar
- ctbparser是一个开源的中文句法分析工具包,用于分词、词性标注、依存句法分析-ctbparser is an open source Chinese parsing toolkit for Chinese word segmentation, POS tagging, dependency parsing
xml
- XML代表Extensible Markup Language(eXtensible Markup Language的缩写,意为可扩展的标记语言)。 与HTML相似,XML是一种显示数据的标记语言,它能使数据通过网络无障碍地进行传输,并显示在用户的浏 览器上。XML是一套定义语义标记的规则,这些标记将文档分成许多部件并对这些部件加以标识。它也是元 标记语言,即定义了用于定义其他与特定领域有关的、语义的、结构化的标记语言的句法语言。-XML behalf of Extensible M
compiling_lex
- 一个用lex实现的句法分析器,代码正确,并提供lex以及使用方法。-Implementation of a parser using lex, the code is correct, and to provide and how to use lex.
aaa
- 基于NLTK 的概率句法分析器,机器翻译中用概率方法分析一段句子的语法。用python语言开发-Parser based on the probability of NLTK, machine translation using a probabilistic method of sentence grammar. Language development with python
tanhaoqiangc
- C语言的知识 比较全面 比较简单 涵盖了很多基本句法-C kowledge very good very easy.It includes some knowledge about it
cifafenxi
- 用于做编译原理中的词法分析,将C代码输出成为相应的记号流,为以后的句法分析做准备-Used for lexical analysis in compiler theory, the C code to output a corresponding token stream parsing to prepare for the future
transition
- 句法树转换为依存关系树,自然语言处理方面依存关系预处理-Syntax tree into a dependency tree, natural language processing, pre-dependency
DVB-MPEG-2-chinese
- DVB MPEG-2的标准,详细介绍了系统,视频和音频三部分的句法,适应视音频专业人士学习。-DVB MPEG-2 standard, details of the system, video and audio of three parts of the syntax, learning to adapt to video and audio professionals.
DEM
- DEM方面的书籍 横经典 希望对劲啊依据烦恼吧抱你句法-DEM books on the classic cross-ah hope quite right syntax based trouble now hold you
syntactic-parsing
- 宗成庆关于短语结构和依存的句法分析介绍,简洁明了,入门必备-Zong Qing phrase structure and dependency on the syntactic parsing of introduction, concise, entry must
CPPPrimer4th
- 本书介绍了 C++ 国际标准,既涵盖语言的特征,又讲述了也是标准组成部分的丰富标准库。C++ 的强大很大程度上来自它支持抽象程序设计。要学会用 C++ 高效地编程,只是掌握句法和语义是远远不够的。我们的重点在于,教会读者怎样利用 C++ 的特性, 快速地写出安全的而且性能可与 C 语言低层程序相媲美的程序。 C++ 是一种大型的编程语言,这可能会吓倒一些新手。现代 C++ 可以看成由以下三部分组成: • 低级语言,多半继承自 C。 • 更高级的语言特征,用户