Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
automatic-extraction-growth-conditions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Estefani Gaytan Nunez
2020-09-04 13:52:23 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7b9766f4d613eacbbe91809429439fca336cb501
7b9766f4
1 parent
e9ea7a32
upload
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
predict-annot/bin/tagging/tagging.py
predict-annot/output/annot-input_bg_outputII_v4_model_Run3_v10_S1_False_S2_True_S3_False_S4_False_Run3_v10.txt → predict-annot/output/annot-input_bg_outputII_v4_model_Run3_v10_S1_False_S2_True_S3_False_S4_False_Run3_v10.tsv
predict-annot/reports/output_tagging_report_v4.txt
predict-annot/bin/tagging/tagging.py
View file @
7b9766f
...
...
@@ -242,7 +242,7 @@ if __name__ == "__main__":
#print( DF(sentencesOutputDataI) )
#print( '\n'.join(sentencesOutputDataII) )
# Save tags
with
open
(
os
.
path
.
join
(
options
.
outputPath
,
options
.
outFileII
+
'_'
+
options
.
modelName
+
'.t
xt
'
),
"w"
)
as
oFile
:
with
open
(
os
.
path
.
join
(
options
.
outputPath
,
options
.
outFileII
+
'_'
+
options
.
modelName
+
'.t
sv
'
),
"w"
)
as
oFile
:
for
line
in
sentencesOutputDataII
:
#print(line)
oFile
.
write
(
line
+
'
\n
'
)
...
...
predict-annot/output/annot-input_bg_outputII_v4_model_Run3_v10_S1_False_S2_True_S3_False_S4_False_Run3_v10.t
xt
→
predict-annot/output/annot-input_bg_outputII_v4_model_Run3_v10_S1_False_S2_True_S3_False_S4_False_Run3_v10.t
sv
View file @
7b9766f
File moved
predict-annot/reports/output_tagging_report_v4.txt
View file @
7b9766f
...
...
@@ -17,16 +17,16 @@
Filtering symbols ['.', ',', ':', ';', '?', '!', "'", '"', '<', '>', '(', ')', '-', '_', '/', '\\', '¿', '¡', '+', '{', '}', '[', ']', '*', '%', '$', '#', '&', '°', '`', '...']: False
-------------------------------- PROCESSING --------------------------------
Reading CRF model...
Reading CRF model done in: 0.009
390
s
Reading CRF model done in: 0.009
649
s
Processing corpus...
Preprocessing file...annot-input_bg_v3.txt
Sentences input data: 14716
Predicting tags with model
Prediction done in: 1.
692121
s
Prediction done in: 1.
757922
s
Tagging file
Preprocessing file...annot-input_bg_v4.txt
Sentences input data: 90904
Predicting tags with model
Prediction done in: 2
5.701133
s
Prediction done in: 2
6.068446
s
Tagging file
Processing corpus done in: 5
7.242562
s
Processing corpus done in: 5
8.020686
s
...
...
Please
register
or
login
to post a comment