JPS63313275A - Sentence analyzing system - Google Patents

Sentence analyzing system

Info

Publication number
JPS63313275A
JPS63313275A JP62149629A JP14962987A JPS63313275A JP S63313275 A JPS63313275 A JP S63313275A JP 62149629 A JP62149629 A JP 62149629A JP 14962987 A JP14962987 A JP 14962987A JP S63313275 A JPS63313275 A JP S63313275A
Authority
JP
Japan
Prior art keywords
analysis
sentence
parsing
rule
tree table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP62149629A
Other languages
Japanese (ja)
Inventor
Katsushi Suzuki
克志 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP62149629A priority Critical patent/JPS63313275A/en
Publication of JPS63313275A publication Critical patent/JPS63313275A/en
Pending legal-status Critical Current

Links

Landscapes

  • Machine Translation (AREA)

Abstract

PURPOSE:To attain a rapid sentence analysis by providing plural sentence structure analyzers and analyzing the sentence structures of respective sections in a divided sentence in parallel. CONSTITUTION:An input sentence 1 is divided into two parts 8, 9 by a controller 4 and the sentence structures of respective parts 8, 9 are analyzed in parallel by sentence structure analyzers 10, 11 based on a CYK method using a grammatical rule 2. The analyzed result of the analyzer 10 is stored in a triangular part ADB of an analysis tree table 3 and the result of the analyzer 11 is stored in a triangular part BCE. Whether a rule for combining the two parts exists or not is checked, and when the rule is detected, the analysis is ended. When the rule is not detected, a dividing point is changed and said operation is retried. Since the processing time is almost proportional to the cube of the number of words in the analyzed sentence, the sentence analysis is extremely speeded up by division parallel processing.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、コンピュータを用いた文章解析処理の基本
アルゴリズムである文脈自由文法規則に基づく構文解析
アルゴリズムによる文章解析方式%式% 〔従来の技術〕 第3図は例えば次の文献(鈴木他: CYK法構文解析
の一検討: quick parsingについて、情
報処理学会自然言語処理研究会、資料59−4゜198
7)によって周知である従来の文章解析方式を示す構成
図であり、図において、1は入力となる文章、2は文法
規則、3は文章の解析された中間結果を含む構文解析結
果を記録するための解析木表、4は上記文法規則2と解
析木表3を用いて入力1文lに対して構文解析を実行し
結果を解析木表3に記録する構文解析装置、5は入力文
1の例、6は文法規則2の例、7は解析木表3の例であ
る。なお、上記構文解析装置4はコンピュータにより実
現されるものであり、人力文12文法規則2及び解析木
表3等はコンピュータのメモリに記憶されるものである
[Detailed Description of the Invention] [Field of Industrial Application] This invention relates to a text analysis method using a parsing algorithm based on context-free grammar rules, which is a basic algorithm for text analysis processing using a computer. ] Figure 3 is based on, for example, the following document (Suzuki et al.: A study of CYK method syntactic analysis: About quick parsing, Information Processing Society of Japan Natural Language Processing Study Group, Material 59-4゜198)
7) is a configuration diagram showing a conventional text analysis method well known by 7), in which 1 is an input text, 2 is a grammar rule, and 3 is a record of syntactic analysis results including intermediate results of the parsed text. 4 is a parsing device that performs syntactic analysis on one input sentence l using the above grammar rules 2 and parse tree table 3 and records the results in parse tree table 3; 5 is a parsing device for input sentence 1; , 6 is an example of grammar rule 2, and 7 is an example of parse tree table 3. Note that the syntax analysis device 4 is realized by a computer, and the human sentences 12, grammar rules 2, parse tree table 3, etc. are stored in the memory of the computer.

次に動作について説明する。入力文1がn語の単語から
成る場合、各単語を先頭から順にW+、Wl・・・、W
nと呼ぶ。また、解析木表3の第i行j列の要素をti
jと呼ぶ。
Next, the operation will be explained. When input sentence 1 consists of n words, each word is written as W+, Wl..., W in order from the beginning.
Call it n. Also, the element in the i-th row and j column of the analysis tree table 3 is ti
Call it j.

文法規則2は、A−B、C又はA−aの形式を持つ規則
の集合から成る。ここでA、B、CはS。
Grammar rule 2 consists of a set of rules having the form AB, C or Aa. Here, A, B, and C are S.

NP、VPなどの文法カテゴリ、aは単語を表わす。In grammatical categories such as NP and VP, a represents a word.

構文解析装置4は、入力文1の各単語を先頭から順に読
んでいく。まず、W+を読んだとき、文法規則2を探索
し、Wlを矢印の右辺に持つ規則(ん→W+)を見つけ
、左辺の文法カテゴリ (A+)を解析木表3のt+1
 に記録する。
The syntactic analysis device 4 sequentially reads each word of the input sentence 1 from the beginning. First, when reading W+, we search for grammar rule 2, find the rule that has Wl on the right side of the arrow (N→W+), and parse the grammar category (A+) on the left side at t+1 in Tree Table 3.
to be recorded.

次に、Wlを読んだとき、同様に(Aニー・Wl)なる
規則を見つけ、tzzにA2を記録する。さらに、1+
+とt22に記録されているカテゴリ(んとA2)を右
辺に持つ規則(B−4A + + Az )を見つけ、
t12にBを記録する。ただし、規則が見つからないこ
ともあり、その場合は何もしない。また、複数個の規則
が見つかることもあり、その場合は複数個の記録が行わ
れる。
Next, when Wl is read, the rule (A knee Wl) is similarly found, and A2 is recorded in tzz. Furthermore, 1+
Find the rule (B-4A + + Az) that has the category (and A2) recorded in + and t22 on the right side,
Record B at t12. However, sometimes no rule is found, in which case it does nothing. Also, multiple rules may be found, in which case multiple records will be made.

一般に、Wi(2≦i≦n)を読んだときの構文解析装
置4の動作は次のとおりである。まず、Wiを矢印の右
辺に持つ規則(Ai−Wi)を見つけ、Aiをtitに
記録する。さらに、tji(1≦j≦1−1)について
、t i4t+  t !−211・・・、±11の順
に記録を行なう。各tjiに記録する値の計算は、j≦
に≦i−1なるす−べてのkについて、tjkに記録さ
れているカテゴリ(B)を右辺の第1カテゴリに持ち、
tk+1iに記録されているカテゴリ(C)を右辺の第
2カテゴリに持つような規則(A−B、C)を見つけ、
tjiにAを記録することである。各tjiには0個以
上のカテゴリの記録が行われる。
Generally, the operation of the parser 4 when reading Wi (2≦i≦n) is as follows. First, a rule (Ai-Wi) having Wi on the right side of the arrow is found and Ai is recorded in tit. Furthermore, for tji (1≦j≦1-1), t i4t+ t ! Recording is performed in the order of -211..., ±11. Calculation of the value to be recorded in each tji is based on j≦
For all k such that ≦i-1, have the category (B) recorded in tjk as the first category on the right side,
Find a rule (A-B, C) that has the category (C) recorded in tk+1i as the second category on the right side,
This is to record A in tji. Zero or more categories are recorded in each tji.

以上述べたように、Wiをi=1からnまで順に処理す
ることにより、解析木表3の左上半分の三角行列(ti
jのうちのi≦jなる部分)に構文解析結果が記録され
る。そして、tinに入力文1全体に対応する文法カテ
ゴリが記録されれば構文解析の成功、さもなければ失敗
である。入力文の例5に対して、文法規則の例6を用い
て解析した結果は、解析木表の例7になる。
As mentioned above, by processing Wi in order from i=1 to n, the triangular matrix (ti
The syntactic analysis result is recorded in the part of j where i≦j). If the grammatical category corresponding to the entire input sentence 1 is recorded in tin, the parsing is successful; otherwise, it is a failure. The result of parsing input sentence example 5 using grammar rule example 6 is parse tree example 7.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来の文章解析方式は以上のように構成されているので
、構文解析の成功または失敗を判定するには、解析木表
3の左上半分の三角行列をすべて埋めなければならず、
処理時間の点で問題があった。
Since the conventional text analysis method is configured as described above, in order to determine the success or failure of parsing, the triangular matrix in the upper left half of parse tree table 3 must be filled in completely.
There was a problem with processing time.

この発明は、上記の問題点を解消するためになされたも
ので、解析木表3の左上半分の三角行列を必ずしもすべ
て埋める必要なしに構文解析の成功または失敗を判定で
き、従来の方式よりも少ない時間で文章を解析できる文
章解析方式を得ることを目的とする。
This invention was made to solve the above problems, and it is possible to judge the success or failure of parsing without necessarily filling in the entire triangular matrix in the upper left half of parse tree table 3, and it is better than the conventional method. The purpose is to obtain a text analysis method that can analyze texts in a short amount of time.

〔問題点を解決するための手段〕[Means for solving problems]

この発明に係る文章解析方式は、構文解析装置を並列に
複数個備えるとともに、入力された文章を分割して各構
文解析装置に渡し、その構文解析結果が記録された解析
木表の内容を判断し、文章の再分割及び構文解析の再実
行を制御する制御装置を備えたものである。
The text analysis method according to the present invention includes a plurality of parsing devices in parallel, divides an input sentence and passes it to each parsing device, and judges the contents of an analysis tree table in which the parsing results are recorded. It is equipped with a control device that controls re-segmentation of sentences and re-execution of syntactic analysis.

〔作用〕[Effect]

この発明における複数個の構文解析装置の各々は、制御
装置により分割された文章の各断片を受持ち、並列に構
文解析を実行し、それぞれの解析結果を解析木表の対応
する部分に各々独立に記録する。
Each of the plurality of syntactic analysis devices in this invention is in charge of each fragment of a sentence divided by the control device, executes syntactic analysis in parallel, and independently writes each analysis result to a corresponding portion of the parse tree table. Record.

〔実施例〕〔Example〕

以下、この発明の一実施例を図について説明する。第1
図において、1は入力となる文章、2は文法規則、3は
文章の解析された中間結果を含む構文解析結果を記録す
るための解析木表、4は入力文1を分割して構文解析装
置に渡し、その構文解析結果が記録された解析木表3の
内容を判断することにより入力文1の再分割及び構文解
析の再実行を制御する制御装置、8は制御装置4により
分割された入力文1の左半分、9は同じく制御装置4に
より分割された入力文1の右半分、10は文法規則2及
び解析木表3を用い゛て左半分8に対して構文解析を実
行し結果を解析木表3の対応する部分に記録する構文解
析装置、11は同じく右半分9に対して構文解析を実行
する構文解析装置である。なお、上記制御装置4及び構
文解析装置10.11等はコンピュータにより実現され
るものであり、入力文1及び分割された入力文1の左半
分8.右半分9や文法規則2及び解析木表3等はコンピ
ュータのメモリに記憶されるものである。
An embodiment of the present invention will be described below with reference to the drawings. 1st
In the figure, 1 is an input sentence, 2 is a grammar rule, 3 is an analysis tree table for recording syntactic analysis results including intermediate results of the sentence analysis, and 4 is a syntactic analysis device that divides input sentence 1. 8 is an input that has been divided by the control device 4; The left half of sentence 1, 9 is the right half of input sentence 1 divided by the control device 4, and 10 is the result of parsing the left half 8 using grammar rule 2 and parse tree table 3. The parsing device 11 records in the corresponding part of the parse tree table 3, and the parsing device 11 also performs parsing on the right half 9. Note that the control device 4, syntax analysis device 10.11, etc. are realized by a computer, and the input sentence 1 and the left half 8.1 of the divided input sentence 1 are realized by a computer. The right half 9, grammar rules 2, parse tree table 3, etc. are stored in the memory of the computer.

第2図は、制御装置4の動作を示すフローチャートであ
る。
FIG. 2 is a flowchart showing the operation of the control device 4.

次に、第2図について動作を説明する。入力文1がn語
の単語W+ 、 W2 、・・・、Wnであるとする。
Next, the operation will be explained with reference to FIG. Assume that input sentence 1 is composed of n words W+, W2, . . . , Wn.

ステップ12に8いて、制御装置4は、入力文1をWj
からWj までの左半分8とWj+1からWnまでの右
半分9とに分割する。ここで、jはnが偶数のときn/
2.奇数のときn+1/2とする。すなわち入力文1は
、はぼ中間の位置で左半分8と右半分9に分割される。
At step 12, the control device 4 converts the input sentence 1 into Wj
It is divided into a left half 8 from Wj to Wj and a right half 9 from Wj+1 to Wn. Here, j is n/ when n is an even number.
2. When the number is odd, it is set as n+1/2. That is, the input sentence 1 is divided into a left half 8 and a right half 9 at an approximately midpoint position.

分割された左半分8と右半分9は、続いてステップ13
と14において、構文解析装置10と11により並列に
°構文解析される。
The divided left half 8 and right half 9 are then processed in step 13.
and 14, the syntax is parsed in parallel by the parsers 10 and 11.

ステップ13と14の処理は従来方式と同じであり、そ
れぞれの解析結果は解析木表3の2つの三角形ΔADB
と△BECで示される部分に各々記録される。このとき
、tljには入力文1の左半分8全体の解析結果が記録
されており、tj+Inには入力文lの右半分9全体の
解析結果が記録されている。続いてステップ15では、
tljとtj+Inの値から入力文1全体に対する解析
結果が求まるかどうかのチェックを行なう。すなわち、
tljとtj+lnに記録されているカテゴリ (At
とA2)を右辺に持ち、入力文1全体に対応する文法カ
テゴリSを左辺に持つような規則(S−A r 、 A
 2 )が見つかれば、解が求まったことになり、さも
なければ解は求まっていないことがわかる。
The processing in steps 13 and 14 is the same as in the conventional method, and the respective analysis results are calculated using the two triangles ΔADB in the analysis tree table 3.
and ΔBEC are respectively recorded. At this time, the analysis result of the entire left half 8 of the input sentence 1 is recorded in tlj, and the analysis result of the entire right half 9 of the input sentence 1 is recorded in tj+In. Next, in step 15,
It is checked whether the analysis result for the entire input sentence 1 can be obtained from the values of tlj and tj+In. That is,
Categories recorded in tlj and tj+ln (At
and A2) on the right-hand side and the grammatical category S corresponding to the entire input sentence 1 on the left-hand side (S-A r , A
If 2) is found, it means that the solution has been found; otherwise, it can be seen that the solution has not been found.

もし解が求まったならば、ステップ16において処理が
終了する。このとき従来方式と比較して解析木表3の四
角形DBEFの部分の記録を行なうための処理を省略で
きたことになり、処理時間も、従来方式の時間計算量が
入力文1に含まれる単語数nの3乗にほぼ比例するとと
から、分割された左半分8と右半分9の並列解析により
178程度になる。
If a solution is found, the process ends in step 16. At this time, compared to the conventional method, it is possible to omit the processing for recording the part of the rectangle DBEF in the parse tree table 3, and the processing time is also lower than that of the conventional method for words included in input sentence 1. Since it is approximately proportional to the cube of the number n, a parallel analysis of the divided left half 8 and right half 9 results in about 178.

もし解が求まらなかったならば、ステップ17において
、入力文1に対してn−1通り存在するすべての分割の
仕方が試みられたかどうかのチェックを行なう。もしそ
うならば、ステップ18において、解析が失敗したとし
て処理が終了する。
If no solution has been found, a check is made in step 17 to see if all n-1 ways of dividing input sentence 1 have been tried. If so, in step 18, the analysis is deemed to have failed and the process ends.

さもなければ、ステップ19において入力文1に対して
別の分割の仕方を選ぶ。具体的には、ステップ12にお
ける処理と同様に、制御装置4が入力文1をWjからw
3マまでの左半分8とWj’+1からWnまでの右半分
9とに分割する。このときのjlの値は、すでにそれ以
前のステップ12又はステップ19において行なった分
割の仕方と異なるように選ぶ。この例では、解析木表3
の点Iで示される位置で分割する。
Otherwise, in step 19, another division method is selected for input sentence 1. Specifically, similar to the process in step 12, the control device 4 converts input sentence 1 from Wj to w.
It is divided into a left half 8 up to Ma 3 and a right half 9 from Wj'+1 to Wn. The value of jl at this time is selected to be different from the method of division already performed in the previous step 12 or step 19. In this example, the parse tree table 3
Divide at the position indicated by point I.

続いて、再分割された左半分8と右半分9は、ステップ
13と14において、構文解析装置10と11により並
列に構文解析される。このとき、すでに解析木表3に記
録されている値を利用できるので、新たに記録が必要な
解析木表3の部分は四角形DBHGになる。すなわち、
実際には、左部分8を受持つ構文解析装置10のみが動
作し、右部分9を受持つ構文解析装置11は計算不用な
ことをチェックするだけで休止する。ステップ13と1
4の結果、t lj’とtj”+Inにそれぞれ入力文
1の左半分8全体と右半分9全体の解析結果が記録され
る。
Subsequently, the subdivided left half 8 and right half 9 are parsed in parallel by parsers 10 and 11 in steps 13 and 14. At this time, since the values already recorded in the analysis tree table 3 can be used, the part of the analysis tree table 3 that needs to be newly recorded becomes the rectangle DBHG. That is,
In reality, only the parsing device 10 in charge of the left portion 8 operates, and the parsing device 11 in charge of the right portion 9 only checks that no calculation is required and then stops. Steps 13 and 1
As a result of step 4, the analysis results of the entire left half 8 and the entire right half 9 of the input sentence 1 are recorded in t lj' and tj''+In, respectively.

以下、ステップ15以降で上記に述べた処理を繰返す。Thereafter, the process described above is repeated from step 15 onwards.

入力文1に対して解が存在する場合は構文解析が成功し
たことになりステップ16において処理が終了し、上記
処理を繰返しても解が存在しない場合は構文解析が失敗
したことになりステップ18において処理が終了する。
If a solution exists for input sentence 1, it means that the parsing was successful and the process ends in step 16, and if no solution exists even after repeating the above process, it means that the parsing has failed and the process ends in step 18. The process ends at .

ステップ16において処理が終了する場合は、従来方式
と異なり、解析木表3の左上半分の三角行列ΔAFCを
必ずしもすべて埋めることなしに構文解析の成功を判定
できる。記録を省略できる可能性のある部分は四角形D
BEFの内部であり、頂点Fに近い部分であればあるほ
ど省略可能性が高く、省略される計算量も大きい。従っ
て、従来方式と比較して数分の一程度の処理時間で文章
を解析できる場合が多い。なお、ステップ18において
処理が終了する場合、すなわち構文解析の失敗の際の時
間計算量は従来方式と同じである。
When the process ends in step 16, unlike the conventional method, it is possible to determine whether the parsing is successful without necessarily filling up the entire triangular matrix ΔAFC in the upper left half of the parsing tree table 3. The area where recording may be omitted is rectangle D.
The closer the part is inside BEF and to the vertex F, the more likely it is to be omitted, and the more calculations will be omitted. Therefore, sentences can often be analyzed in a fraction of the processing time compared to conventional methods. Note that when the process ends in step 18, that is, when syntactic analysis fails, the amount of time and complexity is the same as in the conventional method.

なお、上記実施例では2つの構文解析装置10゜11を
用いたが、3つ以上を用いても同様の解析方式に従い装
置を構成することが可能であり、上記実施例と同等の効
果を奏する。
In the above embodiment, two parsing devices 10 and 11 were used, but even if three or more are used, it is possible to configure the device according to the same analysis method, and the same effect as in the above embodiment can be achieved. .

〔発明の効果〕〔Effect of the invention〕

以上のように、この発明によれば、構文解析装置を並列
に複数個備えるとともに、入力された文章を分割して各
構文解析装置に渡し、その構文解析結果が記録された解
析木表の内容を判断し、文章の再分割及び構文解析の再
実行を制御する制御装置を備え、分割された文章の各断
片に対し構文解析装置を複数個用いて並列に構文解析を
実行し、それぞれの解析結果を解析木表の対応する部分
に各々独立に記録するようにしたので、従来方式よりも
少ない処理時間で文章を解析できるという効果がある。
As described above, according to the present invention, a plurality of parsing devices are provided in parallel, an input sentence is divided and passed to each parsing device, and the contents of an analysis tree table in which the parsing results are recorded. It is equipped with a control device that judges the re-segmentation of the text and re-executes the syntactic analysis, and executes syntactic analysis in parallel using multiple syntactic analysis devices for each fragment of the divided text. Since the results are recorded independently in the corresponding parts of the analysis tree table, this method has the effect of allowing sentences to be analyzed in less processing time than the conventional method.

【図面の簡単な説明】[Brief explanation of drawings]

第1図はこの発明の一実施例による文章解析方式を示す
構成図、第2図はこの発明の一実施例による処理手順を
示すフローチャート、第3図は従来の文章解析方式を示
す構成図である。 ■は入力文、2は文法規則、3は解析木表、4は制御装
置、8,9は分割された入力文1の左半分と右半分、1
0,11は構文解析装置。 なお、図中、同一符号は同−又は相当部分を示す。 代理人  大  岩  増  雄(ほか2名)第1図 第2図
FIG. 1 is a block diagram showing a text analysis method according to an embodiment of the present invention, FIG. 2 is a flowchart showing a processing procedure according to an embodiment of the present invention, and FIG. 3 is a block diagram showing a conventional text analysis method. be. ■ is the input sentence, 2 is the grammar rule, 3 is the parse tree table, 4 is the control device, 8 and 9 are the left and right halves of the divided input sentence 1, 1
0 and 11 are syntactic analysis devices. In addition, in the figures, the same reference numerals indicate the same or corresponding parts. Agent Masuo Oiwa (and 2 others) Figure 1 Figure 2

Claims (1)

【特許請求の範囲】[Claims] コンピュータのメモリに記憶された所定の文法規則と構
文解析の中間結果を含む構文解析結果を記録するための
解析木表とに基づき、入力された文章に対して構文解析
を実行しその結果を解析木表に記録する構文解析装置を
備え、入力された文章の単語から順に構文解析を施して
文章全体の構文解析を行う文章解析方式において、上記
構文解析装置を並列に複数個備えるとともに、入力され
た文章を分割して各構文解析装置に渡し、その構文解析
結果が記録された解析木表の内容を判断し、文章の再分
割及び構文解析の再実行を制御する制御装置を備え、分
割された文章の各断片に対し構文解析装置を複数個用い
て並列に構文解析を実行し、それぞれの解析結果を解析
木表の対応する部分に各々独立に記録するようにしたこ
とを特徴とする文章解析方式。
Performs syntactic analysis on the input text and analyzes the results based on predetermined grammar rules stored in the computer's memory and a parsing table for recording syntactic analysis results including intermediate results of syntactic analysis. In a text analysis method that is equipped with a syntax analysis device that records data on a tree table, and performs syntax analysis of the entire sentence by sequentially parsing the words of the input text, it is equipped with a plurality of the above syntax analysis devices in parallel, and The system is equipped with a control device that divides the divided text and passes it to each parsing device, judges the contents of the parse tree table in which the parsing results are recorded, and controls the re-segmentation of the text and the re-execution of the parsing. A sentence characterized in that syntax analysis is executed in parallel on each fragment of a sentence using a plurality of syntax analysis devices, and each analysis result is independently recorded in a corresponding part of an analysis tree table. Analysis method.
JP62149629A 1987-06-16 1987-06-16 Sentence analyzing system Pending JPS63313275A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62149629A JPS63313275A (en) 1987-06-16 1987-06-16 Sentence analyzing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62149629A JPS63313275A (en) 1987-06-16 1987-06-16 Sentence analyzing system

Publications (1)

Publication Number Publication Date
JPS63313275A true JPS63313275A (en) 1988-12-21

Family

ID=15479402

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62149629A Pending JPS63313275A (en) 1987-06-16 1987-06-16 Sentence analyzing system

Country Status (1)

Country Link
JP (1) JPS63313275A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6070809B1 (en) * 2015-12-03 2017-02-01 国立大学法人静岡大学 Natural language processing apparatus and natural language processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6070809B1 (en) * 2015-12-03 2017-02-01 国立大学法人静岡大学 Natural language processing apparatus and natural language processing method
JP2017102771A (en) * 2015-12-03 2017-06-08 国立大学法人静岡大学 Natural language processor and natural language processing method

Similar Documents

Publication Publication Date Title
AU2003231305B2 (en) System and method for transformation of XML documents using stylesheets
JPS63313275A (en) Sentence analyzing system
CN116360794A (en) Database language analysis method, device, computer equipment and storage medium
JP3300090B2 (en) Test program execution method
JPS62139076A (en) Language analysis system
JPS6337472A (en) Article setting system
JPS61165158A (en) Data checking system of storage device
JP2527719B2 (en) Language processing method of language processing device
JPS62245337A (en) Program language processing system
JPH04178829A (en) File definition information editing system in load module
JPH05204299A (en) Teaching device for language
JPS63182776A (en) Back-up device for development of grammar
JPH0333977A (en) Grammatical error discovering method for syntax analyzer
JPS62138932A (en) Compiler processing system
JPS6326411B2 (en)
JPH0844589A (en) Test item design supporting system
JPS63257038A (en) Attaching system for correspondent identification information in source program conversion
Satta Recognition and parsing for tree adjoining grammars
JPS63298476A (en) Translating system
JPH01121934A (en) System for processing japanese-language message
JPH03150666A (en) Mechanical translation device
JPH04172561A (en) Sentence reading support unit
JPH02226364A (en) Syntax analyzing device
JPS6324458A (en) Natural language processor
JPH0540638A (en) Vocabulary analyzing/editing system