Skip to content

Commit

Permalink
Add commons-cli library
Browse files Browse the repository at this point in the history
  • Loading branch information
Dargones committed Jul 27, 2024
1 parent 7f17a4c commit f3b4114
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ models/*
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
Expand Down
42 changes: 21 additions & 21 deletions data/evaluate_on_acrostics-identification-task-dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$parent_path" || exit

cd ../python
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN100 100 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN300 300 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN900 900 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN2700 2700 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN8100 8100 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN24300 24300 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/en EN72900 72900 EN utf-8
# python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU100 100 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU300 300 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU900 900 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU2700 2700 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU8100 8100 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU24300 24300 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/ru RU72900 72900 RU utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR100 100 FR utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR300 300 FR utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR900 900 FR utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR2700 2700 FR utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR8100 8100 FR utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR24300 24300 FR utf-8
python3 tokenizer.py ../../acrostics-identification-task-dataset/fr FR72900 72900 FR utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN100 100 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN300 300 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN900 900 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN2700 2700 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN8100 8100 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN24300 24300 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/en EN72900 72900 EN utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/ru RU100 100 RU utf-8
# python3 tokenizer.py ../../acrostic-identification-task-dataset/ru RU300 300 RU utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/ru RU900 900 RU utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/ru RU2700 2700 RU utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/ru RU8100 8100 RU utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/ru RU24300 24300 RU utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/ru RU72900 72900 RU utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR100 100 FR utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR300 300 FR utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR900 900 FR utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR2700 2700 FR utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR8100 8100 FR utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR24300 24300 FR utf-8
python3 tokenizer.py ../data/acrostic-identification-task-dataset/fr FR72900 72900 FR utf-8
Binary file added lib/commons-cli-1.5.0.jar
Binary file not shown.

0 comments on commit f3b4114

Please sign in to comment.