Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix decode part of word_embedding.py to avoid exception #32

Closed
wants to merge 1 commit into from
Closed

Fix decode part of word_embedding.py to avoid exception #32

wants to merge 1 commit into from

Conversation

onting
Copy link
Contributor

@onting onting commented Nov 20, 2019

embedding file이 손상되서 종료되던 문제를 회피하기 위해서 코드를 수정했습니다.

@codecov-io
Copy link

Codecov Report

Merging #32 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   84.78%   84.78%           
=======================================
  Files         175      175           
  Lines        7757     7757           
  Branches     1001     1001           
=======================================
  Hits         6577     6577           
- Misses        919      920    +1     
+ Partials      261      260    -1
Impacted Files Coverage Δ
claf/tokens/embedding/word_embedding.py 58.82% <0%> (ø) ⬆️
claf/tokens/vocabulary.py 93.27% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5df036...f11b1a6. Read the comment docs.

@onting onting closed this May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants