Estefani Gaytan Nunez

upload

......@@ -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 + '.txt'), "w") as oFile:
with open(os.path.join(options.outputPath, options.outFileII + '_' + options.modelName + '.tsv'), "w") as oFile:
for line in sentencesOutputDataII:
#print(line)
oFile.write(line + '\n')
......
......@@ -17,16 +17,16 @@
Filtering symbols ['.', ',', ':', ';', '?', '!', "'", '"', '<', '>', '(', ')', '-', '_', '/', '\\', '¿', '¡', '+', '{', '}', '[', ']', '*', '%', '$', '#', '&', '°', '`', '...']: False
-------------------------------- PROCESSING --------------------------------
Reading CRF model...
Reading CRF model done in: 0.009390s
Reading CRF model done in: 0.009649s
Processing corpus...
Preprocessing file...annot-input_bg_v3.txt
Sentences input data: 14716
Predicting tags with model
Prediction done in: 1.692121s
Prediction done in: 1.757922s
Tagging file
Preprocessing file...annot-input_bg_v4.txt
Sentences input data: 90904
Predicting tags with model
Prediction done in: 25.701133s
Prediction done in: 26.068446s
Tagging file
Processing corpus done in: 57.242562s
Processing corpus done in: 58.020686s
......