mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:23:03 +02:00
8 lines
527 B
Python
8 lines
527 B
Python
import processing.py
|
|
|
|
# paths to students andsewrs database
|
|
studentAnswers1_path = "\test_goldstandard\STSint.testinput.answers-students.sent1.txt"
|
|
studentAnswers2_path = "\test_goldstandard\STSint.testinput.answers-students.sent2.txt"
|
|
studentAnsewrs_chunked_path1 = "test_goldstandard\STSint.testinput.answers-students.sent1.chunk.txt"
|
|
studentAnsewrs_chunked_path2 = "test_goldstandard\STSint.testinput.answers-students.sent2.chunk.txt"
|
|
studentsAnsewrs_alignment_path = "test_goldstandard\STSint.testinput.answers-students.wa" |