This dir contains code for a tool for converting transducer-generated full-form word lists into Hunspell dic and aff files. Morphology border markers > and ยป are used for anchoring the split between stems and affixes. Prerequisite: Unittest C++ On the Mac, do this to install: sudo port install unittest-cpp To build the conversion tool, just type: make then copy it to a place in the path, e.g. ~/bin or /usr/local/bin so make finds it.