Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
strategy_embedding
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
strategy_embedding
Commits
ea3786db
Commit
ea3786db
authored
Oct 21, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update import
parent
b279dca2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
word_to_vec.py
word_vector/word_to_vec.py
+1
-2
No files found.
word_vector/word_to_vec.py
View file @
ea3786db
import
multiprocessing
import
os
import
os
import
time
import
time
...
@@ -15,8 +16,6 @@ model_output_name = "w2v_model"
...
@@ -15,8 +16,6 @@ model_output_name = "w2v_model"
model_path
=
os
.
path
.
join
(
model_dir
,
model_output_name
)
model_path
=
os
.
path
.
join
(
model_dir
,
model_output_name
)
WORD2VEC_MODEL
=
word2vec
.
Word2Vec
.
load
(
model_path
)
WORD2VEC_MODEL
=
word2vec
.
Word2Vec
.
load
(
model_path
)
import
multiprocessing
class
W2vSentences
:
class
W2vSentences
:
def
__init__
(
self
,
f_name
):
def
__init__
(
self
,
f_name
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment