/*********************************************************************/
/*								     */
/* README							     */
/*								     */
/* Copyright (C) 1997 Thanaruk Theeramunkong (ping@jaist.ac.jp)      */ 
/*                    Manabu Okumura         (oku@jaist.ac.jp)       */
/*                    Susumu Kunifuji        (kuni@jaist.ac.jp)      */
/*                    Hiroki Imai            (imai@cs.titech.ac.jp)  */
/*								     */
/*					     	9 May 1997	     */
/*								     */
/*								     */
/*********************************************************************/

- We assume that the analysis sentences are in the file named
  `exam_sent' .

- Then let's execute the command 'runtagger FILENAME',o
     where FILENAME is the file's name your analysis sentences are kept.

- Now we will get a file named 'FILENAME.re' that is the result of
  Brill's Tagger. We can use this file directly as an input data of 
  our parser by consulting it in the prolog interpreter.



