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
2df26f62
Commit
2df26f62
authored
Nov 25, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update index
parent
980b5ad6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+2
-2
diary_similarity.py
doc_similarity/diary_similarity.py
+1
-1
No files found.
.gitignore
View file @
2df26f62
...
...
@@ -109,4 +109,5 @@ diary_before_cover_vec.txt
_index/*
! _index/.gitkeep
_data/*
\ No newline at end of file
_data/*
doc_similarity/diary_similarity.py
View file @
2df26f62
...
...
@@ -37,7 +37,7 @@ def save_result():
for
(
index
,
i
)
in
enumerate
(
distances
):
if
i
<=
1.0
and
i
!=
id
:
res
.
append
(
ids
[
index
])
print
(
id
,
content_level
,
res
)
print
(
count
,
id
,
content_level
,
res
)
except
Exception
as
e
:
print
(
e
)
...
...
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