Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
lcg-bioinfoI-bionlp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-09-12 21:31:01 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7c3abcd64a654d42ebdd36a991440b9caca813e
b7c3abcd
1 parent
cf9f770f
Feature extraction and vectorizer three sentences
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
representaciones-vectoriales/extraccion-caracteristicas-vectorizacion.py
representaciones-vectoriales/extraccion-caracteristicas-vectorizacion.py
View file @
b7c3abc
...
...
@@ -45,10 +45,6 @@ if __name__ == "__main__":
choices
=
(
'b'
,
'f'
,
't'
),
default
=
'b'
)
args
=
parser
.
parse_args
()
print
(
len
(
args
))
if
len
(
args
)
!=
3
:
parser
.
error
(
"Some parameters missed."
)
sys
.
exit
(
1
)
# Printing parameter values
print
(
'-------------------------------- PARAMETERS --------------------------------'
)
...
...
Please
register
or
login
to post a comment