搜索资源列表

  1. antlr-2_7_0

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

    • 发布日期:2024-05-22
    • 文件大小:1259520
    • 提供者:站长
  1. pccts133

    0下载:
  2. 本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便-The Tool provide an IDE for Syntactic and phrase parser,also provide interfaces for other c comiler, which is very convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:站长
  1. BottomUpParser

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

    • 发布日期:2024-05-22
    • 文件大小:54272
    • 提供者:丁淑彬
  1. PcfgParser

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

    • 发布日期:2024-05-22
    • 文件大小:53248
    • 提供者:丁淑彬
  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 th
  3. 所属分类:输入法编程

    • 发布日期:2024-05-22
    • 文件大小:49152
    • 提供者:mecen
  1. 20065252558328

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

    • 发布日期:2024-05-22
    • 文件大小:300032
    • 提供者:舟中之鱼
  1. techreport

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

    • 发布日期:2024-05-22
    • 文件大小:38912
    • 提供者:王亮
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:41984
    • 提供者: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 concern
  3. 所属分类:文档资料

    • 发布日期:2024-05-22
    • 文件大小:110592
    • 提供者:thanh dao
  1. RegularExpression

    0下载:
  2. 正则表达式相关内容的初步探索,涉及相应的原理论述以及实现方案(源码),是研究句法分析的重要参考资料.-Regular expression content of the initial exploration, the corresponding principle involved, as well as on the realization of the program (source code), syntactic analys
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:260096
    • 提供者:程度
  1. syntax3.0

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

    • 发布日期:2024-05-22
    • 文件大小:9795584
    • 提供者:windcircle
  1. jufamoshishibie

    0下载:
  2. 很不错的模式识别书,讲述了句法模式识别方法-Very good book of pattern recognition, syntactic pattern recognition method described
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-22
    • 文件大小:4894720
    • 提供者:yaojian
  1. emdros-3.1.0.tar

    0下载:
  2. Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information about that text." This information could be linguistic analyses or other annotations. Emdros provides an abstracti
  3. 所属分类:其他行业

    • 发布日期:2024-05-22
    • 文件大小:8169472
    • 提供者:evsoft
  1. PCFGParser.exe

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

    • 发布日期:2024-05-22
    • 文件大小:182272
    • 提供者:
  1. Ontology1.ppt

    0下载:
  2. Ontology1.ppt.rarStuder 等人的 Ontology 定义包含四层含义:概念模型(Conceptualization)、明确(Explicit)、形式化(Formal)和共享(Share)。“-Natural Language Processing (NLP) addresses the problems of automated understanding and generation of natural hum
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-22
    • 文件大小:338944
    • 提供者:john
  1. XACML-3.0-cd-1-updated-2010-May-07

    0下载:
  2. XACML3.0定义了一种通用的保护资源的策略语言和访问决策语言,并且与基于属性的授权机制结合,可提供对资源进行细粒度的访问控制,为建立Web服务的访问控制模型提供技术支持。文档针对XACML3.0对应的xacml-3.0-core-spec-cd-03-en.pdf规定包括XACML模型、策略语言模型、策略句法以及处理规程的核心XACML语言。xacml-3.0-rbac-v1-spec-cd-1-en.pdf规定XACML基于核心和
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:4018176
    • 提供者:lichao
  1. wn.1

    0下载:
  2. wn()wordnet的线性函数接口,用于访问wordnet的数据库-wn( ) provides a command line interface to the WordNet database, allowing synsets and relations to be displayed as formatted text. For each word, different searches are provided, base
  3. 所属分类:数据库编程

    • 发布日期:2024-05-22
    • 文件大小:13312
    • 提供者:胡金彪
  1. OReilly---JavaScript---The-Definitive-Guide--5Ed.

    0下载:
  2. is an interpreted programming language with object-oriented (OO) capabilities. Syntactically, the core Javascr ipt language resembles C, C++, and Java, with programming constructs such as the if statement, the while loop
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-22
    • 文件大小:2291712
    • 提供者:Marcus Arcus
  1. syntactic-analyzer

    0下载:
  2. 语义(语法)分析器及中间代码生成产生器,实现对四元式解释编译-Semantic parser and intermediate code generation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-22
    • 文件大小:312320
    • 提供者:宋志伟
  1. Reconnaisance_des-mots

    0下载:
  2. Entries responsible cried text in French Operation to lexical syntactic and semantic analysis with the help of a database that contains grammatical French words Outputs: Every word of text is grammatical informatio
  3. 所属分类:数据库编程

    • 发布日期:2024-05-22
    • 文件大小:8035328
    • 提供者:HENNI
« 1 23 4 5 »

源码中国 www.ymcn.org