Memoirs of the Faculty of Engineering, Yamaguchi University

Back to Top

Memoirs of the Faculty of Engineering, Yamaguchi University Volume 44 Issue 2
published_at 1994-03

Construction of Japanese interface for UNIX system using domain specific knowledge

ドメイン知識に基づくUNIX日本語インタフェースの構築
Kubo Kouji
Nishijima Keisuke
Fujita Yoneharu
Tanaka Minoru
fulltext
631 KB
KJ00000156980.pdf
Descriptions
One of the current research for human-computer interface is natural language interface. It reduces users' amount of study of computer systems and helps users with little knowledge of computer to use computer systems. This paper describes the construction of a Japanese user interface for UNIX file handling operations. The user interface accepts Japanese sntence and generate a sequence of UNIX commands. This system includes specific knowledge of several domains : knowledge of functions of UNIX commands, methods for command combinations, and functions of Japanese words on a specific domain. Domain specific knowledge is used in two part of the system, the syntax and semantics analizer and the code generator. The syntax and semantics analizer selects an appropriate description for each word from the dictionary based on word restrictions and generates internal representations for the input Japanese sentences. The code generator transforms an internal representation into a UNIX command sequence, and when needed, uses pipe and redirection to modify the commands. During code generation, the system checks the commands execution results based on command dictionary description.