Design of an on-line morphological analyzer for a japanese-to-korean translation system

일한 기계번역을 위한 on-line 형태소 해석기 설계

  • 강석훈 (동서대학교 컴퓨터공학과) ;
  • 최병욱 (한양대학교 전자통신공학과)
  • Published : 1996.05.01

Abstract

In this paper, an algorithm for on-line rightward japanese parsing is proposed. The ambiguity in on-line parsing is accumulated until the input is completely finished, since there is not a space between words in the japanese sentence. Thus the algorithm for morphological analysis, based on modified chart, is used in solving it. And the number of searching a word in dirctionary for morphological analysis is also a puzzling problem. The japanese sentence, consist of N characters, has logically its maximum number of N(N+1)/2 searches in the ordinary on-line analysis, which is nearly twice as many as normal off-line. In this paper, the matter is settled through the modification of dictionary format. In experiment, we can accomplish the rate of analysis which is nearly equal to that of off-line parsing. And it becomes clear that the longer a sentence is, the better an analysis efficiency is.

Keywords