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
Kevin Meza Landeros
2019-10-30 18:59:43 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0fbacf073237ee9902c15a8cf9ba496858ac3649
0fbacf07
1 parent
f4c02369
Update filtering.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CoreNLP/bin/filtering.py
CoreNLP/bin/filtering.py
View file @
0fbacf0
...
...
@@ -81,7 +81,7 @@ if __name__ == '__main__':
# Se abre el segundo archivo
with
open
(
os
.
path
.
join
(
args
.
outputPath
,
"MultWord_Alphanum.txt"
),
"w+"
)
as
oFile
:
for
index
,
row
in
file
.
iterrows
():
if
len
(
row
[
0
]
.
split
(
" "
))
!=
1
if
len
(
row
[
0
]
.
split
(
" "
))
!=
1
:
# La bandera en 1 indica que ninguna palabra de la primer columna tiene caracteres NO alfanumericos
# La bandera en 0 indica que al menos una palabra tienes caracteres NO alfanumericos.
bandera
=
1
...
...
Please
register
or
login
to post a comment