|
|
|
@ -1,12 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# A script which converts plaintext cantos from one canticle to XML formatting. |
|
|
|
# Must be run inside canticle directory: [inferno,purgatorio,paradiso]-xml.d |
|
|
|
# Tag scripts must be in the above directory. |
|
|
|
|
|
|
|
# 1) word-tags.py --- add <w></w> tags to each word. |
|
|
|
# 2) terzina-tags.sh --- add <terzina num="..."> tags to each terzina |
|
|
|
# 3) top-level-tags.sh --- add TEI XML header; add <canto> and <terzine> tags |
|
|
|
|
|
|
|
canticles=( 'inferno' 'purgatorio' 'paradiso' ) |
|
|
|
|
|
|
|
|