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:30:15 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e41cd235ad991dfbb4394a3f55bf8508e4a6e46
6e41cd23
1 parent
aad187d9
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 @
6e41cd2
...
...
@@ -118,7 +118,7 @@ if __name__ == '__main__':
lines_4
=
[]
# Se abre el cuarto archivo
with
open
(
os
.
path
.
join
(
args
.
outputPath
,
"MultWord_NOAlphanum.txt"
),
"w+"
)
as
oFile
:
for
index
,
row
in
file
.
iterrows
():
for
index
,
row
in
file
.
iterrows
():
# Se verifica que la primer columna sea multipalabra.
if
len
(
row
[
0
]
.
split
(
" "
))
!=
1
:
conditions_4
.
append
(
row
[
0
])
...
...
Please
register
or
login
to post a comment