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 22:09:46 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8091a1bb5744c5c976074f144443b767c8cc4b7
f8091a1b
1 parent
d3712e47
Feature extraction and vectorizer three sentences
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
representaciones-vectoriales/extraccion-caracteristicas-vectorizacion.py
representaciones-vectoriales/extraccion-caracteristicas-vectorizacion.py
View file @
f8091a1
...
...
@@ -91,6 +91,6 @@ if __name__ == "__main__":
oFile
.
write
(
"
\n
"
)
oFile
.
write
(
str
(
matrix
.
toarray
()))
oFile
.
write
(
"
\n
"
)
oFile
.
write
(
str
(
similarityMatrix
.
toarray
()
))
oFile
.
write
(
str
(
similarityMatrix
))
print
(
"Feature extraction and vectorizer in:
%
fs"
%
(
time
()
-
t0
))
...
...
Please
register
or
login
to post a comment