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
## Folder content
**CRF**
- bin
1. label-split_training_test_v1.py
2. params.py
3. training_validation_v3.py
1. label-split_training_test.py
3. training_validation.py
- data-sets
1. test-data-set-30.txt
2. training-data-set-70.txt
1. Tags.txt
2. test-data-set-30.txt
3. training-data-set-70.txt
- models
1. training-data-set-70.fStopWords_False.fSymbols_False.mod
1. model_S1_False_S2_False_v1.mod
- reports
_Folder that encloses files with **information of the performance of the CRF while identifying GCs.**_
1. report_training-data-set-70.fStopWords_False.fSymbols_False.txt
2. y_pred_training-data-set-70.fStopWords_False.fSymbols_False.txt
3. y_test_training-data-set-70.fStopWords_False.fSymbols_False.txt
**CoreNLP**
- bin
......@@ -38,6 +36,6 @@ Project to extract in an automatic way the growth conditions of all enterobacter
**data-sets**
- report-manually-tagged-gcs
_Contains the extracted GCs of all the samples for each serie._
_Folder with the extracted GCs of all the samples for each serie._
- tagged-xml-data
_Contains the **original xml-tagged files** where the GCs will be extracted._
\ No newline at end of file
_Folder that contains the **original xml-tagged files** where the GCs will be extracted._
\ No newline at end of file
......