PURPOSE:To reduce the number of times of retrieving a word order relation directionary and to shorten the processing time in the sentence analysis processing which uses the word order relation among words. CONSTITUTION:The decision information which is used for decision whether the word order ...
PURPOSE:To improve both the efficiency and accuracy of a sentence structure analyzer by obtaining the phrase structure of a sentence from the dictionary parts-of-speech string obtained by an allocating means and specifying the relationship between the noun and predicative phrases in said phrase structu...
text import TfidfVectorizer import re document_corpus = [ "Dog bites man", "Man bites dog", "Dog eats meat", "Man eats food" ] # Write a function for cleaning strings and returning an array of ngrams def ngrams_analyzer(string): string = re.sub(r'[,-./]', r'', string) n...
PURPOSE:To reduce the possibility for output of the insignificant result of analysis by analyzing the sentence morphemes based on the word constitution rules. CONSTITUTION:A sentence is regarded as a chain of words functioning in the sentence. In this respect, the constitution rule of a relevant ...
PURPOSE:To improve both the efficiency and accuracy of a sentence structure analyzer by obtaining the phrase structure of a sentence from the dictionary parts-of-speech string obtained by an allocating means and specifying the relationship between the noun and predicative phrases in said phrase ...
CONSTITUTION:In a Japanese sentence analyzer, input device 1, read circuit 5, retrieval circuit 6, paragraph segmenting circuit 7, analysis result output circuit 8 and output device 4 are operated in order. Specially, circuit 7 functions to refer to the syntax pattern dictionary in memory unit ...
PURPOSE:To analyze the text structure by the processing of the information of minimum requirements. CONSTITUTION:A morpheme analysis part 1 recognizing the independent word and the attribute components of the inputted text by using the pause of character kind and a dictionary for exception and ...
A Japanese sentence analyzer The syntactic analyzer has two modules: One consists of an augmented context-free grammar and the PLNLP parser; the other is the dependency structure constructor, which converts the phrase structures to dependency structures. The ... N Maruyama,M Morohashi,S Umeda,....
申请(专利权)人: AGENCY OF IND SCIENCE & TECHNOL 发明人: S Hiroshi 摘要: PURPOSE:To eliminate the possibility for output of the insignificant result of analysis by analyzing the sentence morphemes based on the word constitution rules, i.e., the word base/affix connection rule tables. ...
PURPOSE:To improve both the efficiency and accuracy of a sentence structure analyzer by obtaining the phrase structure of a sentence from the dictionary parts-of-speech string obtained by an allocating means and specifying the relationship between the noun and predicative phrases in said phrase ...