Showing
10 changed files
with
6 additions
and
7 deletions
data.json
deleted
100644 → 0
1 | -{"key1": "keyinfo", "key2": "keyinfo2"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
No preview for this file type
predict-annot/bin/tagging/tagging_2Nov.py
0 → 100644
This diff is collapsed. Click to expand it.
This file is too large to display.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 | -------------------------------- PARAMETERS -------------------------------- | 1 | -------------------------------- PARAMETERS -------------------------------- |
2 | --inputPath Path of training data set : /home/egaytan/automatic-extraction-growth-conditions/predict-annot/input/ | 2 | --inputPath Path of training data set : /home/egaytan/automatic-extraction-growth-conditions/predict-annot/input/ |
3 | --outputPath Output path to place output files: /home/egaytan/automatic-extraction-growth-conditions/predict-annot/output/ | 3 | --outputPath Output path to place output files: /home/egaytan/automatic-extraction-growth-conditions/predict-annot/output/ |
4 | ---outputFileI Output tagged file I : annot-input_bg_outputI_v6 | 4 | +--outputFileI Output tagged file I : annot-input_bg_outputI_v7 |
5 | ---outputFileII Output tagged file II : annot-input_bg_outputII_v6 | 5 | +--outputFileII Output tagged file II : annot-input_bg_outputII_v7 |
6 | ---outputFileII Output tagged file III : annot-input_bg_outputIII_v6 | 6 | +--outputFileII Output tagged file III : annot-input_bg_outputIII_v7 |
7 | --modelPath Path to read CRF model : /home/egaytan/automatic-extraction-growth-conditions/CRF/models | 7 | --modelPath Path to read CRF model : /home/egaytan/automatic-extraction-growth-conditions/CRF/models |
8 | --modelName Model name : model_Run3_v10_S1_False_S2_True_S3_False_S4_False_Run3_v10 | 8 | --modelName Model name : model_Run3_v10_S1_False_S2_True_S3_False_S4_False_Run3_v10 |
9 | --infoPath Path of GSE-GSM index file : /home/egaytan/automatic-extraction-growth-conditions/predict-annot/mapping | 9 | --infoPath Path of GSE-GSM index file : /home/egaytan/automatic-extraction-growth-conditions/predict-annot/mapping |
... | @@ -15,14 +15,14 @@ | ... | @@ -15,14 +15,14 @@ |
15 | --S4 Semantic features : False | 15 | --S4 Semantic features : False |
16 | -------------------------------- PROCESSING -------------------------------- | 16 | -------------------------------- PROCESSING -------------------------------- |
17 | Reading CRF model... | 17 | Reading CRF model... |
18 | -Reading CRF model done in: 0.009524s | 18 | +Reading CRF model done in: 0.009408s |
19 | Processing corpus... | 19 | Processing corpus... |
20 | Preprocessing file...annot-input_bg_v4.txt | 20 | Preprocessing file...annot-input_bg_v4.txt |
21 | Sentences input data: 90688 | 21 | Sentences input data: 90688 |
22 | Predicting tags with model... | 22 | Predicting tags with model... |
23 | -Prediction done in: 27.458162s | 23 | +Prediction done in: 27.324524s |
24 | Tagging file... | 24 | Tagging file... |
25 | Saving Ouput I... | 25 | Saving Ouput I... |
26 | Saving Ouput II... | 26 | Saving Ouput II... |
27 | Saving Ouput III... | 27 | Saving Ouput III... |
28 | -Passing corpus done in: 257.970281s | 28 | +Passing corpus done in: 261.721646s | ... | ... |
-
Please register or login to post a comment