blob: 1dab053048e2a81056f0e2c48b5f1ce672e79809 (
plain) (
tree)
|
|
#!/bin/sh
# This next line will retrieve the data files (if they haven't moved)
#wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
cd ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph
java -jar ../../../../../../lxxm.jar [0-9][0-9]\.* > lxxm-decomp.imp
uconv -x Any-NFC lxxm-decomp.imp > lxxm.imp
|