diff options
-rw-r--r-- | modules/lxxm/convert.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/lxxm/convert.sh b/modules/lxxm/convert.sh index 1dab053..f045da0 100644 --- a/modules/lxxm/convert.sh +++ b/modules/lxxm/convert.sh @@ -1,8 +1,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/ +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 + + |