Welcome![Sign In][Sign Up]
Location:
Search - sentence parsing

Search list

[Other resourceenglishparsing_src

Description: 英语句子自然语言处理统计分析例子 Statistical parsing of English sentences Shows how to generate parse trees for English language sentences using a C# port of OpenNLP, a statistical natural language parsing library.-English sentence natural language processing, statistical analysis Statistical parsing examples of English sentences Shows how to generate parse trees for English language sentences using a C# port of OpenNLP, a statistical natural language parsing library.
Platform: | Size: 284317 | Author: 成东 | Hits:

[ELanguageLRyufafenxi

Description: LR分析程序设计 实验报告 构造LR 分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子; (2)了解LR分析方法是严格的从左向右扫描,和自底向上的语法分析方法。 -LR experimental design analysis program LR report tectonic analysis procedure, and use it for syntax analysis, judgment is whether the string of symbols for the identification of sentence grammar; (2) understanding the LR method is strictly scanned from left to right, and bottom-up parsing methods.
Platform: | Size: 54653 | Author: 余琨 | Hits:

[Othersvm_cfg

Description: SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
Platform: | Size: 327597 | Author: 王强 | Hits:

[AI-NN-PRenglishparsing_src

Description: 英语句子自然语言处理统计分析例子 Statistical parsing of English sentences Shows how to generate parse trees for English language sentences using a C# port of OpenNLP, a statistical natural language parsing library.-English sentence natural language processing, statistical analysis Statistical parsing examples of English sentences Shows how to generate parse trees for English language sentences using a C# port of OpenNLP, a statistical natural language parsing library.
Platform: | Size: 283648 | Author: 成东 | Hits:

[ELanguageLRyufafenxi

Description: LR分析程序设计 实验报告 构造LR 分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子; (2)了解LR分析方法是严格的从左向右扫描,和自底向上的语法分析方法。 -LR experimental design analysis program LR report tectonic analysis procedure, and use it for syntax analysis, judgment is whether the string of symbols for the identification of sentence grammar; (2) understanding the LR method is strictly scanned from left to right, and bottom-up parsing methods.
Platform: | Size: 54272 | Author: 余琨 | Hits:

[Othersvm_cfg

Description: SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.
Platform: | Size: 327680 | Author: 王强 | Hits:

[JSP/Javalingpipe-3.6.0

Description: 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类(Clustering)、字符语言建模(Character Language Modeling)、医学文献下载/解析/索引(MEDLINE Download, Parsing and Indexing)、数据库文本挖掘(Database Text Mining)、中文分词(Chinese Word Segmentation)、情感分析(Sentiment Analysis)、语言辨别(Language Identification)等API。-A natural language processing of the Java open-source toolkit. LingPipe currently have a lot of useful features, including Subject Classification (Top Classification), Named Entity Recognition (Named Entity Recognition), part of speech tagging (Part-of Speech Tagging), sentence detection problem (Sentence Detection), spell-checking query (Query Spell Checking), interest in the phrase detection (Interseting Phrase Detection), Cluster (Clustering), Character Modeling Language (Character Language Modeling), medical literature to download/analysis/index (MEDLINE Download, Parsing and Indexing), text mining database (Database Text Mining), Chinese word segmentation (Chinese Word Segmentation), emotional analysis (Sentiment Analysis), language identification (Language Identification), such as API.
Platform: | Size: 4669440 | Author: 张国栋 | Hits:

[ELanguagePrinciplesOfCurriculumDesignCompiler

Description: 包括开发文档和完整的程序。 算符优先语法分析模拟构造器主要包括文法的FirstVT和LastVT集模拟构造,算符优先关系表的构造,算符优先函数表的构造,句子(程序)分析归约过程等几个部分。-Including the development of documents and procedures. Simulation of the priority operator parsing constructor FirstVT mainly grammar and structure LastVT set simulation, operator precedence relations form the structure, function operator priority table structure, the sentence (process) analysis of several parts, such as reduction process.
Platform: | Size: 476160 | Author: 穆鹏 | Hits:

[Windows Develop15883

Description: (1)、本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -(1), the parsing code of LL (1) analysis. (2), all of grammar enter a production, it is automatically generated by the procedures of the LL (1) Forecast Analysis. (3), for a given input string, can correctly identify whether or not the string for a given sentence grammar.
Platform: | Size: 22528 | Author: whom | Hits:

[ELanguageLR

Description: 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to design a LR parser, the realization of the analysis of the expression language, better understanding of the LR parsing method to understand the basic idea of the master LR parser design and implementation of the basic method. 2. Experiment called for the establishment of grammar and LR analysis table that the data structure, design and realization of a LALR (1) of the analyzer, lexical analysis of source code generated by the binary-type code flow analysis, if the input strings is the definition of grammar sentence is the output " yes" , otherwise output " no." 3. Experimental (1) grammar description and LALR (1) Analysis of the expression language described in Table G of the grammar are as follows:
Platform: | Size: 289792 | Author: sh_xj | Hits:

[ELanguageyufa

Description: 语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax error file, and output analysis of the process of sentence
Platform: | Size: 1951744 | Author: 陈美娟 | Hits:

[Software Engineering1

Description: 利用句型模板构造抽取规则,然后直接从经过时 间短语和空间短语识别和规范化处理的文本中抽取事件信息,从而跳过了深层句法分析,降低了实现系统的 难度 (2) 利用事件的规范化的时空信息关联不同文档中的同一事件,进行事件合并 (3) 文档发生事件转移时 对文档进行事件切分,从而解决了文档内不同事件信息的归并问题。-Extraction rules using sentence patterns, and then directly from the space of time phrases and phrases to identify and deal with the text of the standardized extract event information, thereby skipping parsing, reducing the difficulty of achieving the system (2) the use of standardized event spatial and temporal information associated with the same events in different documents, an event is merged (3) when the event appears on the document event segmentation to solve the document within the information merged into different events.
Platform: | Size: 374784 | Author: 杜绢 | Hits:

[ELanguagesuanfuyouxian

Description: 输入一个文法根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否为算符优先文法 输入一个句子进行分析-Enter a grammar based on operator priority analysis, expression parsing to determine an expression for the operator precedence grammar enter a sentence for analysis
Platform: | Size: 1277952 | Author: 瞿蛋蛋 | Hits:

[ELanguageaaa

Description: 用c++开发的基于栈的语法分析器,可以读入一段句子进行语法分析。-C++ development with a stack-based parser can read a sentence parsing.
Platform: | Size: 3423232 | Author: 顾小东 | Hits:

[ELanguageLL1Parsing

Description: 语法分析阶段的主要任务是组词成句。每一种语言都有一组文法。按照这些文法,可以由单词组成语法单位,如短语、语句、过程和程序。语法分析就是通过语法分解,确定整个输入串能否构成语法上正确的句子和程序等。-The main task of the parsing stage is a group of words into a sentence. Each language has a set of grammar. These grammars can be composed by the word grammar units, such as phrases, statements, processes, and procedures. Parsing syntax decomposition, to determine whether the entire input string can form grammatically correct sentences and procedures.
Platform: | Size: 13312 | Author: 朱东 | Hits:

[JSP/Javaparser-m

Description: 利用parser进行英文句子的句法分析,能够比较好的解决句法分析问题-Parser English sentence parsing, a better solution to the problem of parsing
Platform: | Size: 3072 | Author: 李大鹏 | Hits:

[AI-NN-PRChartLine

Description: 自然语言处理之判断句子合法性的Chart-Parsing算法-Natural language processing to determine the legality of the sentence Chart-Parsing Algorithm
Platform: | Size: 1024 | Author: wangqisen | Hits:

[Windows DevelopDelphi_866121

Description: Delphi自动断句机,带点智能语法分析功能,可把一段文字智能添加段落和分行显示,基于有限状态自动机的算法,文本分析与自动翻译等技术,其第一步首先都是断句,即把连续的文本,分成以句子为单位的基本成分。程序支持缩略语和标点识别,你可以载入一段文本试下。 -Delphi auto-punctuate machine, a little intelligent parsing function can be added to a text paragraph and intelligence branches of the display, based on finite state automata algorithms, text analysis and automatic translation technology, which punctuate The first step is that the continuous text, divided into basic components of the sentence as a unit. Program supports the identification of abbreviations and punctuation, you can load a text under test.
Platform: | Size: 32768 | Author: 8E11MJY | Hits:

CodeBus www.codebus.net