blob: f045da048b3c57fc2024d9420088fcf5de047dbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
#:g/^\$\$\$\([^/]*\)\/\([^/]*\)\//s//$$$\1.\2./g
|