Showing
1 changed file
with
2 additions
and
3 deletions
| ... | @@ -12,14 +12,13 @@ Project to extract in an automatic way the growth conditions of all enterobacter | ... | @@ -12,14 +12,13 @@ Project to extract in an automatic way the growth conditions of all enterobacter |
| 12 | 1. label-split_training_test_v1.py | 12 | 1. label-split_training_test_v1.py |
| 13 | 2. params.py | 13 | 2. params.py |
| 14 | 3. training_validation_v3.py | 14 | 3. training_validation_v3.py |
| 15 | - - check | ||
| 16 | - 1. sentences-405-order-rep.txt | ||
| 17 | - data-sets | 15 | - data-sets |
| 18 | 1. test-data-set-30.txt | 16 | 1. test-data-set-30.txt |
| 19 | 2. training-data-set-70.txt | 17 | 2. training-data-set-70.txt |
| 20 | - models | 18 | - models |
| 21 | 1. training-data-set-70.fStopWords_False.fSymbols_False.mod | 19 | 1. training-data-set-70.fStopWords_False.fSymbols_False.mod |
| 22 | - reports | 20 | - reports |
| 21 | + _Folder that encloses files with **information of the performance of the CRF while identifying GCs.**_ | ||
| 23 | 1. report_training-data-set-70.fStopWords_False.fSymbols_False.txt | 22 | 1. report_training-data-set-70.fStopWords_False.fSymbols_False.txt |
| 24 | 2. y_pred_training-data-set-70.fStopWords_False.fSymbols_False.txt | 23 | 2. y_pred_training-data-set-70.fStopWords_False.fSymbols_False.txt |
| 25 | 3. y_test_training-data-set-70.fStopWords_False.fSymbols_False.txt | 24 | 3. y_test_training-data-set-70.fStopWords_False.fSymbols_False.txt |
| ... | @@ -35,7 +34,7 @@ Project to extract in an automatic way the growth conditions of all enterobacter | ... | @@ -35,7 +34,7 @@ Project to extract in an automatic way the growth conditions of all enterobacter |
| 35 | _Resulting file from "get-raw-sentences.sh". **Contains all the GCs.**_ | 34 | _Resulting file from "get-raw-sentences.sh". **Contains all the GCs.**_ |
| 36 | - output | 35 | - output |
| 37 | 1. raw-metadata-senteneces.txt.conll | 36 | 1. raw-metadata-senteneces.txt.conll |
| 38 | - _This file contains **all the words of all the GCs** tagged with its **"lemma" & "POS"**_ | 37 | + _This file contains **all the words of all the GCs** tagged with its **"LEMMA" & "POS"**_ |
| 39 | 38 | ||
| 40 | **data-sets** | 39 | **data-sets** |
| 41 | - report-manually-tagged-gcs | 40 | - report-manually-tagged-gcs | ... | ... |
-
Please register or login to post a comment