# raddic: a curses program for finding kanji radicals

# Copyright (C) 1996 Ben Kasmin Bullock 

# raddic is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2, or (at your option) any later
# version.

# raddic is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.

# You should have received a copy of the GNU General Public License
# along with raddic; see the file COPYING.  If not, write to the Free
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#  02111-1307, USA.



Files of this directory:

 `raddic.c'

c program to display the radicals of chinese characters, and allow the
user to choose them using cursor motion.  This program uses the
"curses" library for the cursor manipulation.

 `kanji_sort.l' 

lex program that makes a file `kanjis' from the kanjidic file which is
a file of radical numbers corresponding to each kanji.

 `kanjidic'

is a link to /home/visitors/ben/xjdic/kanjidic, a chinese character
dictionary.

 `makefile'

contains instructions for compiling the raddic program to look up radicals.

All the other files are products of the above four files.

Ben Bullock, 25nd April 1994.
