Skip to content

Commit

Permalink
Merge pull request #37 from austin226/austin-D4-classy
Browse files Browse the repository at this point in the history
Further improvements based on CLASSY 2006
  • Loading branch information
corbettmoore authored May 30, 2018
2 parents 006437d + ae140f7 commit fa36c91
Show file tree
Hide file tree
Showing 149 changed files with 1,852 additions and 535 deletions.
15 changes: 13 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@

## Example:
```
python3 src/main.py /dropbox/17-18/573/Data/Documents/devtest/GuidedSumm10_test_topics.xml outputs/D3/
python3 src/main.py /dropbox/17-18/573/Data/Documents/devtest/GuidedSumm10_test_topics.xml outputs/D4_devtest/
python3 src/main.py /dropbox/17-18/573/Data/Documents/evaltest/GuidedSumm11_test_topics.xml outputs/D4_evaltest/
```

# Notes
- If you get an error message like "invalid interpreter (/bin/sh) specified on first line of script", run the following to fix any issues with unix line endings: `dos2unix src/*`
- Script must be invoked from the base directory of this project.
- The script will log to stdout and stderr, but all summaries will be placed in the OUTPUT_DIR
- Script will write intermediate files in the var/ directory
Expand All @@ -19,9 +21,18 @@
Background server instances may be found via `ps aux | grep "$(whoami).*Server"`

# ROUGE Evaluation
## Devtest
```
/dropbox/17-18/573/code/ROUGE/ROUGE-1.5.5.pl \
-e /dropbox/17-18/573/code/ROUGE/data \
-a -n 4 -x -m -c 95 -r 1000 -f A -p 0.5 -t 0 -l 100 -s \
-d src/ROUGE.conf.xml
-d src/ROUGE_devtest.conf.xml
```

## Evaltest
```
/dropbox/17-18/573/code/ROUGE/ROUGE-1.5.5.pl \
-e /dropbox/17-18/573/code/ROUGE/data \
-a -n 4 -x -m -c 95 -r 1000 -f A -p 0.5 -t 0 -l 100 -s \
-d src/ROUGE_evaltest.conf.xml
```
5 changes: 0 additions & 5 deletions outputs/D4/D1001-A.M.100.A.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1002-A.M.100.A.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1003-A.M.100.A.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1004-A.M.100.A.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1005-A.M.100.A.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1006-A.M.100.A.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1007-A.M.100.B.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1008-A.M.100.B.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1009-A.M.100.B.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1011-A.M.100.C.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1013-A.M.100.C.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1014-A.M.100.C.7

This file was deleted.

5 changes: 0 additions & 5 deletions outputs/D4/D1015-A.M.100.C.7

This file was deleted.

Loading

0 comments on commit fa36c91

Please sign in to comment.