Location:
Search - sentence
Search list
Description: 这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示-It s a grammer analyzer,which is convenience,if you input sentence,program will automatic analyse and clue to if it is error.
Platform: |
Size: 74752 |
Author: 阿京 |
Hits:
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:
Description: 学编译原理时写的一个语法分析程序
一.[目的要求]
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
二.[题目分析]
该程序可分为如下几步:
(1)读入文法
(2)判断正误
(3)若无误,判断是否为LL(1)文法
(4)若是,构造分析表;
(5)由总控算法判断输入符号串是否为该文法的句型。
-Studies Compilation Principle of a time to write a parser. [Objective request] ① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether given the sentence grammar.二. [Title Analysis] The program can be divided into the following steps: (1) read into the grammar (2) The judge is false (3) If correct, determine whether to LL (1) grammar (4) If so, structural analysis table (5) controlled by the general algorithm to determine whether the string of input symbols for the grammar of the sentence.
Platform: |
Size: 5120 |
Author: 李爱春 |
Hits:
Description: 是用c#编写的,利用wordnet计算句子的相似度的程序-Is c# Prepared using WordNet similarity calculation of sentence procedures
Platform: |
Size: 122880 |
Author: 何为 |
Hits:
Description: Applet Name: Sentence
Applet Source: Sentence.java
Import(s): java.applet, java.awt, java.io, java.lang, java.util
Feature(s): text, image, animation, mouse -Applet Name: Sentence Applet Source: Sentence.java Import (s): java.applet, java.awt, java.io, java.lang, java.util Feature (s): text, image, animation, mouse
Platform: |
Size: 3072 |
Author: hello009 |
Hits:
Description: DELPHI
循环语句例子
初级 -DELPHI
Cyclicsentence
example sentence
sentence
example sentence
Platform: |
Size: 156672 |
Author: SEOUSEO |
Hits:
Description: 用JAVA实现的Sentence类以及其驱动程序,简单,经典,适合初学者!-Sentence achieved using JAVA category, as well as its driver, simple, classic, suitable for beginners!
Platform: |
Size: 12288 |
Author: 胡胜先 |
Hits:
Description: This the main function for the bigram demonstration. It parses the
options from the command line, initializes the bigramArray, parses the
corpus file and then emits a random (probabilistic) sentence.-This is the main function for the bigram demonstration. It parses the
options from the command line, initializes the bigramArray, parses the
corpus file and then emits a random (probabilistic) sentence.
Platform: |
Size: 2048 |
Author: wenh |
Hits:
Description: BILINGUAL SENTENCE ALIGNER
在获得双语平行文本后,希望得到句子级对齐语料库,这步往往决定了语料库的质量是否达标。此软件用perl编写,版权归Microsoft Corporation所有。可以用于非商业。-BILINGUAL SENTENCE ALIGNER
(c) Microsoft Corporation. All rights reserved.
Your use of the Microsoft software ("Software") described herein is
governed by the Microsoft Corporation Software License Agreement
("License") in the accompanying file "license-agreement.txt". Your
use of the Software constitutes acceptance of this License.
This directory contains Perl programs for finding bilingual sentence
alignments. The code implements the method described in the paper
"Fast and Accurate Sentence Alignment of Bilingual Corpora," published
in "Machine Translation: From Research to Real Users," the proceedings
of the 5th conference of the Association for Machine Translation in
the Americas. The paper can also be downloaded from
http://www.research.microsoft.com/pubs/.
To adapt to different installations, the initial#! line beginning
each file may need to be changed to point to the location of the Perl
executable.
There are two version of the code. Each version
Platform: |
Size: 19456 |
Author: liwen |
Hits:
Description: c program for sentence matching
Platform: |
Size: 17408 |
Author: aarthi |
Hits:
Description: H.264句法和语法总结, 包括宏块,子宏块,残差,自适应等-264 summary of sentence and syntax...
Platform: |
Size: 235520 |
Author: viviChow |
Hits:
Description: 统计一个句子或者随意输入的单词个数,首先输入重复次数,接着会提示输入句子或单词-count words in a sentence or random words
Platform: |
Size: 5120 |
Author: richard |
Hits:
Description: Itron系统源码逐句详解。Itron是日本的一个开源系统,主要用在家电领域。-Itron system source sentence explain. Itron is an open source system in Japan, mainly used in the field of home appliances.
Platform: |
Size: 19456 |
Author: spark zhao |
Hits:
Description: 分词思想:用是s[]来存取输入的句子,t[h][j]来存储分词后的每个单词,由于每个单词也是一个字符串
,所以要用二维数组来存,然后从s中逐个读入字符,如果是字符就将当前s[i]存入t[h][j],并
j+1,如果是空格或标点则结束上一个单词的读入,h+1,并将j置0准备下一个单词的存储-Word idea: use is s [] to access the input sentence, t [h] [j] to store each word after word, because each word is a string, so use two-dimensional array to store, and then s read one by one from the character, the character will be present if s [i] into t [h] [j], and j+1, if spaces or punctuation on the end of a word is read, h+1, and j 0 is set ready for the next word in the memory
Platform: |
Size: 1024 |
Author: 范强 |
Hits:
Description: c program for sentence matching
Platform: |
Size: 17408 |
Author: nthlyba |
Hits:
Description: 可实现自动对中文句子进行自动切分,及完成切句子的功能。并且算法里有完整的utf8类型的识别函数。-Can realize automatic sentences for Chinese automatic segmentation, and the completion of the sentence cut function. And the algorithm has the complete identification of the type utf8 function.
Platform: |
Size: 3072 |
Author: lixin |
Hits:
Description: 利用词形词序相似度算法计算句子的相似度,逻辑清晰,步骤分明,移植性强-caculate sentence s similarity
Platform: |
Size: 1024 |
Author: yuanjun |
Hits:
Description: 根据已有单词,重新组合,组成符合基本语法的句子-According to the given words, create a random sentence.
Platform: |
Size: 5120 |
Author: Ab |
Hits:
Description: Sentence correction
Platform: |
Size: 5531648 |
Author: rishavgh
|
Hits:
Description: Nmea sentence description for multi gnss
Platform: |
Size: 76800 |
Author: saurabhcancerian |
Hits:
« 12
3
4
5
6
7
8
9
10
...
44
»