Skip to content

Commit

Permalink
improved file hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
EsGeh authored and EsGeh committed Aug 6, 2019
1 parent d71166e commit 879c9ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ XML file to a PDF. This is currently incomplete and not maintained.

# Information for Developers

The final ODD is the result of a process that involves multiple steps and depends on the following input files:
The final ODD is the result of a process that involves multiple steps and depends on the following input files in `./schema/resource/`:

- the TEI example publication
- a schema in RelaxNG Compact syntax
Expand Down
1 change: 0 additions & 1 deletion corpus/exampleTEI.xml

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions schema/resource/exampleTEI.xml
2 changes: 1 addition & 1 deletion scripts/rnc_to_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_DIR=$(dirname $0)
# variables
#######################################

input="$BASE_DIR/schema/legacy/eoa-tei-strict.rnc"
input="$BASE_DIR/schema/resource/eoa-tei-strict.rnc"
output_dir="$BASE_DIR/schema/legacy/generated/analysis"
verbosity="2"
debug_modules=()
Expand Down
5 changes: 3 additions & 2 deletions scripts/updateOutput.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ echo "##########################################"

echo "create ODD from corpus..."
$SCRIPT_DIR/example2odd.sh \
--input-dir "$BASE_DIR/corpus" \
--input-dir "$BASE_DIR/schema/resource" \
--output-dir "$INTERMEDIATE_DIR/s1/odd" \
--combinations 'all' \
--suffix '.odd'
--suffix '.odd' \
'*.xml'

$SCRIPT_DIR/apply_odd.sh \
--input-dir "$INTERMEDIATE_DIR/s0/odd_compiled/p5subset.xml" \
Expand Down

0 comments on commit 879c9ca

Please sign in to comment.