Kevin Meza Landeros

Update README.md

Showing 1 changed file with 9 additions and 11 deletions
...@@ -9,19 +9,17 @@ Project to extract in an automatic way the growth conditions of all enterobacter ...@@ -9,19 +9,17 @@ Project to extract in an automatic way the growth conditions of all enterobacter
9 ## Folder content 9 ## Folder content
10 **CRF** 10 **CRF**
11 - bin 11 - bin
12 - 1. label-split_training_test_v1.py 12 + 1. label-split_training_test.py
13 - 2. params.py 13 + 3. training_validation.py
14 - 3. training_validation_v3.py
15 - data-sets 14 - data-sets
16 - 1. test-data-set-30.txt 15 + 1. Tags.txt
17 - 2. training-data-set-70.txt 16 + 2. test-data-set-30.txt
17 + 3. training-data-set-70.txt
18 - models 18 - models
19 - 1. training-data-set-70.fStopWords_False.fSymbols_False.mod 19 + 1. model_S1_False_S2_False_v1.mod
20 - reports 20 - reports
21 _Folder that encloses files with **information of the performance of the CRF while identifying GCs.**_ 21 _Folder that encloses files with **information of the performance of the CRF while identifying GCs.**_
22 - 1. report_training-data-set-70.fStopWords_False.fSymbols_False.txt 22 +
23 - 2. y_pred_training-data-set-70.fStopWords_False.fSymbols_False.txt
24 - 3. y_test_training-data-set-70.fStopWords_False.fSymbols_False.txt
25 23
26 **CoreNLP** 24 **CoreNLP**
27 - bin 25 - bin
...@@ -38,6 +36,6 @@ Project to extract in an automatic way the growth conditions of all enterobacter ...@@ -38,6 +36,6 @@ Project to extract in an automatic way the growth conditions of all enterobacter
38 36
39 **data-sets** 37 **data-sets**
40 - report-manually-tagged-gcs 38 - report-manually-tagged-gcs
41 - _Contains the extracted GCs of all the samples for each serie._ 39 + _Folder with the extracted GCs of all the samples for each serie._
42 - tagged-xml-data 40 - tagged-xml-data
43 - _Contains the **original xml-tagged files** where the GCs will be extracted._
...\ No newline at end of file ...\ No newline at end of file
41 + _Folder that contains the **original xml-tagged files** where the GCs will be extracted._
...\ No newline at end of file ...\ No newline at end of file
......