WUT_Computer_Science/main.py
2024-01-06 14:02:40 +01:00

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"