#!/bin/sh
export LC_ALL=C
# K&R kdols prototpusa
DIR=echo `dirname $0`
hunspell -m -d ../tmp/hu_HU /dev/stdin | $DIR/filter.sed
#cat ../aff/* | grep -o '<[^ 	*]*>' | ../../hunspell-0.9.8b/hunspell -d ../tmp/hu_HU 
#cat ../aff/* | grep -o '<\*[^ 	]*>' | ../../hunspell-0.9.8b/hunspell -d ../tmp/hu_HU 
