CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 句法

搜索资源列表

  1. MSTParser.tar

    0下载:
  2. MSTParser是以最大生成树理论为基础的判别式依存句法分析器。它将一科依存树的得分看作是 所有依存关系的得分的总和,从而依存分析的问题转化成如何寻找最高得分的依存树。-Spanning tree is the largest MSTParser theory-based discriminant Parser interdependence. Section 1 will be scored as interdependent tree are all interdependent re
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-17
    • 文件大小:419681
    • 提供者:周光有
  1. Linux-driver-src

    0下载:
  2. 这些是对(用 )于 书的来源文件" Linux Device Drivers" 。 在这里你(们)找到已经包括在书里的完全来源。 我尽可能地测试了他们, 但是, 可以(可能)有一些问题离开了, 尤其有 2.1.43 (当位于下面代码基础(底模)(是)连续不断变化时, 可靠性测试所有他们, 这是难) 。 尤其是, 你(们)可以(可能)找到具有" genksyms " 的一些问题, 其句法在核心的 2.0 和 2.1 版本之间改变了。 你(们)在 misc - progs 中
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:210775
    • 提供者:赵刚
  1. Syntax_Analyzer

    0下载:
  2. 我上过的Programming Language课程第二次大作业:句法分析器。 绝对原创,绝对经典!-My second programming assignment for the Programming Language class- Syntax Analyzer
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:148170
    • 提供者:阎贺
  1. CKY

    0下载:
  2. 加入概率的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"
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-25
    • 文件大小:8450
    • 提供者:李霄逍
  1. H.264standard

    0下载:
  2. H.264标准的中文标准,官方的,句法元素、语义都有定义。-H.264 standard Chinese standards, the official, syntax elements are the definition of semantics.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-15
    • 文件大小:3743126
    • 提供者:杨光明
  1. jisuanyuyanxue

    0下载:
  2. 计算语言学部分讲义资料,有助于理解句法分析,-Computational Linguistics, part of the lecture information, helps to understand the syntax analysis,
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:701787
    • 提供者:yoen
  1. MultiSum

    0下载:
  2. 根据文档的句法结构和文档信息,以及重要词语再举文档中出现频率,从文档抽出文档的主要内容-sigldocumet summary
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:7279
    • 提供者:周斌
  1. Parsing

    0下载:
  2. 基于概率的上下文无关文法的句法分析器,在词法分析的基础上,分析一些简单语句。-Probability-based context-free grammar parser, the lexical analysis, based on analysis of some simple statements.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-02
    • 文件大小:21414
    • 提供者:evaplum
  1. jufafenxi

    2下载:
  2. 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
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:39880
    • 提供者:蓝旺隆
  1. ctbparser_0.11.tar

    0下载:
  2. ctbparser是一个开源的中文句法分析工具包,用于分词、词性标注、依存句法分析-ctbparser is an open source Chinese parsing toolkit for Chinese word segmentation, POS tagging, dependency parsing
  3. 所属分类:Compiler program

    • 发布日期:2017-06-02
    • 文件大小:14976782
    • 提供者:qianxian
  1. xml

    0下载:
  2. XML代表Extensible Markup Language(eXtensible Markup Language的缩写,意为可扩展的标记语言)。 与HTML相似,XML是一种显示数据的标记语言,它能使数据通过网络无障碍地进行传输,并显示在用户的浏 览器上。XML是一套定义语义标记的规则,这些标记将文档分成许多部件并对这些部件加以标识。它也是元 标记语言,即定义了用于定义其他与特定领域有关的、语义的、结构化的标记语言的句法语言。-XML behalf of Extensible M
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-30
    • 文件大小:175725
    • 提供者:coldwater
  1. compiling_lex

    0下载:
  2. 一个用lex实现的句法分析器,代码正确,并提供lex以及使用方法。-Implementation of a parser using lex, the code is correct, and to provide and how to use lex.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:110836
    • 提供者:
  1. aaa

    0下载:
  2. 基于NLTK 的概率句法分析器,机器翻译中用概率方法分析一段句子的语法。用python语言开发-Parser based on the probability of NLTK, machine translation using a probabilistic method of sentence grammar. Language development with python
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:54259
    • 提供者:顾小东
  1. tanhaoqiangc

    0下载:
  2. C语言的知识 比较全面 比较简单 涵盖了很多基本句法-C kowledge very good very easy.It includes some knowledge about it
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2650362
    • 提供者:张于
  1. cifafenxi

    0下载:
  2. 用于做编译原理中的词法分析,将C代码输出成为相应的记号流,为以后的句法分析做准备-Used for lexical analysis in compiler theory, the C code to output a corresponding token stream parsing to prepare for the future
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:9923
    • 提供者:Han li
  1. transition

    0下载:
  2. 句法树转换为依存关系树,自然语言处理方面依存关系预处理-Syntax tree into a dependency tree, natural language processing, pre-dependency
  3. 所属分类:Windows编程

    • 发布日期:2017-06-18
    • 文件大小:27610380
    • 提供者:高洁
  1. DVB-MPEG-2-chinese

    0下载:
  2. 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.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-06-10
    • 文件大小:16952901
    • 提供者:wutong
  1. DEM

    0下载:
  2. DEM方面的书籍 横经典 希望对劲啊依据烦恼吧抱你句法-DEM books on the classic cross-ah hope quite right syntax based trouble now hold you
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6772115
    • 提供者:fghjjj
  1. syntactic-parsing

    0下载:
  2. 宗成庆关于短语结构和依存的句法分析介绍,简洁明了,入门必备-Zong Qing phrase structure and dependency on the syntactic parsing of introduction, concise, entry must
  3. 所属分类:Other systems

    • 发布日期:2016-10-23
    • 文件大小:2115584
    • 提供者:lan
  1. CPPPrimer4th

    0下载:
  2. 本书介绍了 C++ 国际标准,既涵盖语言的特征,又讲述了也是标准组成部分的丰富标准库。C++ 的强大很大程度上来自它支持抽象程序设计。要学会用 C++ 高效地编程,只是掌握句法和语义是远远不够的。我们的重点在于,教会读者怎样利用 C++ 的特性, 快速地写出安全的而且性能可与 C 语言低层程序相媲美的程序。 C++ 是一种大型的编程语言,这可能会吓倒一些新手。现代 C++ 可以看成由以下三部分组成: • 低级语言,多半继承自 C。 • 更高级的语言特征,用户
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2249487
    • 提供者:kkdd85
« 1 2 34 5 »
搜珍网 www.dssz.com