
This supplementary material contains programs for building the
normalization dictionary from JUMAN dictionary 7.0.


-----------
Requirement
-----------

* JUMAN dictionary 7.0
* Perl 5.10.1 or higher


----------
How to use
----------

Type the following command to construct the normalization dictionary
(named 'dict').
% make JUMAN=somewhere/juman-7.0


------------------------
Format and example entry
------------------------

The normalization dictioinary has six fields. Each represents word
surface form, surface POS tag, normal form, reading of the normal
form, normal POS tag, representative spelling (taken from the original
JUMAN dictionary), respectively. The following is an example entry.

すげえ	形容詞,*,イ形容詞アウオ段,基本形	凄い	すごい	形容詞,*,イ形容詞アウオ段,基本形	凄い/すごい

----
Note
----

* The size of the normalization dictionary produced by the programs
  exceeds the limit of 10MB, and hence it cannot be included here. It
  is available from http://www.tkl.iis.u-tokyo.ac.jp/~kaji/emnlp2014/dict.gz
 
