Skip to content

Commit

Permalink
Update char2vec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandyoung authored Dec 9, 2023
1 parent a7eba16 commit d56ff34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/char2vec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# autoencoder로 구한 특정 글자에 대한 features입니다.
# 벡터 값 미리 구해놓는거 negative를 위해서ㅎㅎㅎ
# 벡터 값 미리 구해놓는거 negative를 위해서ㅎㅎ

CHAR2VEC = { 'ㅐ': [-1.0, 0.0989, -1.0, 0.2891, 0.2801, -1.0, -0.1589, -0.2487],
'1': [0.082, 0.0838, 0.2572, -0.2494, 0.1917, -0.9998, -0.9994, 0.9999],
Expand Down

0 comments on commit d56ff34

Please sign in to comment.