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

搜索资源列表

  1. BottomUpParser

    0下载:
  2. (1)可选择不同的规则集(用普通文本文件存贮规则)。 (2)利用VC TreeCtrl控件显示分析得到的句法结构树。 (3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。 (4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析 “学习/verb 文件/noun” 这样的例子时结果就不同: -(1)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54243
    • 提供者:丁淑彬
  1. PcfgParser

    0下载:
  2. 1. 先打开规则库,读入规则集 (可比较两个规则文件rule1.txt 和 rule2.txt的差异) 2. 选择经过分词和词性标注的文件,进行句法分析 3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg 4. 分析结束后,同时产生一个新的规则文件,后缀名为.new, 可以观察规则概率值和期望次数的变化 5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。-1. Accounting rules to open, read the r
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53257
    • 提供者:丁淑彬
  1. propsource

    0下载:
  2. 这是句法分析系统的原代码,可以用于人工智能的各各方面,比如输入法、段词分词程序的进一步补充、语音识别等各方面!-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, vo
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:49583
    • 提供者:mecen
  1. yufayuyifenxi

    0下载:
  2. 语法 语义 分析器 简单优先文法 输出逆波兰式-syntactic and semantic analyzer simple grammar priority output inverse Polish
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:44906
    • 提供者:liuyang
  1. 20065252558328

    0下载:
  2. 编译原理课程设计,没有课程设计的报告,关于句法分析的。-compiler theory curriculum design, no curriculum design, report on syntactic analysis.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:23931
    • 提供者:舟中之鱼
  1. techreport

    0下载:
  2. 中国科学院计算所的ictprop概率句法的有关介绍性文章-CAS ictprop calculate the probability of the syntactic introductory article
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:39546
    • 提供者:王亮
  1. WSDLParser_src

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

    • 发布日期:2008-10-13
    • 文件大小:42765
    • 提供者:thanh dao
  1. UDDIExplorer_src

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

    • 发布日期:2008-10-13
    • 文件大小:110995
    • 提供者:thanh dao
  1. parse.tar.Z 基于C++的语法分析类

    0下载:
  2. 一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-11-08
    • 文件大小:11702
    • 提供者:
  1. flex++-2.3.8-7.tar.Z

    0下载:
  2. 生成C++的词法/语法分析的Flex语法分析器 ,Flex syntactic and phrase parser which can produce C++ code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:341783
    • 提供者:
  1. syntax3.0

    0下载:
  2. 无监督的句法学习系统,用java开发的,采用简单的规则实现的句法分析器-Syntactic unsupervised learning system developed with java, using simple rules of implementation Parser
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-27
    • 文件大小:9795130
    • 提供者:windcircle
  1. PCFGParser.exe

    0下载:
  2. 句法分析器的一个Windows可执行文件,其用法:1. 先打开规则库,读入规则集 (规则文件放在 \rule目录下) 2. 选择经过分词和词性标注的文件,进行句法分析 (测试文件放在 \test目录下) 3. 分析结果文件与测试文件在同一个目录下,文件后缀名为 .pcfg 4. 可以观察规则概率值和期望次数的变化 5. 分析结果逐个以树形图方式显示,如果一个句子有多个结果,在显示框中同时显示。 -Parser a Windows executable file, its us
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:182074
    • 提供者:
  1. antlr-2_7_0

    0下载:
  2. Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:1291985
    • 提供者:站长
  1. bison++-1.21-8.tar.Z

    0下载:
  2. 生成C++词法/语法分析的GNU语法分析器 -GNU syntactic and phrase parser code which can produce C++ code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:416084
    • 提供者:站长
  1. parse_c

    0下载:
  2. C语言语法检查器。-C syntactic checker
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:4664
    • 提供者:站长
  1. yacc.tar.Z

    0下载:
  2. 伯克利的语法分析器的创建工具 -Creator for Berkeleys syntactic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:83387
    • 提供者:站长
  1. a-famework-for-syntactic-translation

    0下载:
  2. A Framework for Syntactic Translation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:11294
    • 提供者:yy
  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. a-famework-for-syntactic-translation

    0下载:
  2. A Framework for Syntactic Translation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:11418
    • 提供者:留洋
  1. Syntactic-Lexicon-Context--Analyzer-Free-(Mi-Cod)

    0下载:
  2. in Visual Basic 2008 My university project about Syntactic Lexicon Context Analyzer-in Visual Basic 2008 My university project about Syntactic Lexicon Context Analyzer
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4405113
    • 提供者:LIA CHENG
« 12 3 4 »
搜珍网 www.dssz.com