Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -19,12 +19,12 @@ __author__ = 'CMendezC' | ... | @@ -19,12 +19,12 @@ __author__ = 'CMendezC' |
19 | # 1) Files created. | 19 | # 1) Files created. |
20 | 20 | ||
21 | # Execution: | 21 | # Execution: |
22 | -# python prepare-training-test.py | 22 | +# python3.4 prepare-training-test.py |
23 | # --inputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/transformed | 23 | # --inputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/transformed |
24 | # --trainingFile training-data-set-70.txt | 24 | # --trainingFile training-data-set-70.txt |
25 | # --testFile test-data-set-30.txt | 25 | # --testFile test-data-set-30.txt |
26 | # --outputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets | 26 | # --outputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets |
27 | -# python prepare-training-test.py --inputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/transformed --trainingFile training-data-set-70.txt --testFile test-data-set-30.txt --outputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets | 27 | +# python3.4 prepare-training-test.py --inputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets/transformed --trainingFile training-data-set-70.txt --testFile test-data-set-30.txt --outputPath /export/space1/users/compu2/bionlp/conditional-random-fields/data-sets |
28 | 28 | ||
29 | ########################################################### | 29 | ########################################################### |
30 | # MAIN PROGRAM # | 30 | # MAIN PROGRAM # | ... | ... |
-
Please register or login to post a comment