Skip to content

Commit

Permalink
Update char2vec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandyoung authored Nov 20, 2023
1 parent 5d38f97 commit 431a0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/char2vec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# autoencoder로 구한 특정 글자에 대한 features입니다.
# 이거 뭐하는 건지 제대로 알아야함
# 벡터 값 미리 구해놓는거 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],
'ㄾ': [0.1151, 0.0866, 0.3684, 0.8134, -0.8226, -0.7209, 1.0, -0.9997],
Expand Down

0 comments on commit 431a0f6

Please sign in to comment.