Skip to content

Commit e9ab351

Browse files
authored
beginner_source/nlp/sequence_models_tutorial.py 오탈자 수정
* fix typo and spacing
1 parent d49cb32 commit e9ab351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nlp/sequence_models_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
#
103103
# 모델은 다음과 같습니다. 단어가 :math:`w_i \in V` 일 때,
104104
# 입력 문장을 :math:`w_1, \dots, w_M` 라고 합시다. 또한,
105-
# :math:`T` 를 우리의 태그 집합라고 하고, :math:`w_i` 의 단어 태그를 :math:`y_i` 라고 합니다.
105+
# :math:`T` 를 우리의 태그 집합이라고 하고, :math:`w_i` 의 단어 태그를 :math:`y_i` 라고 합니다.
106106
# 단어 :math:`w_i` 에 대한 예측된 태그를 :math:`\hat{y}_i` 로 표시합니다.
107107
#
108108
#

0 commit comments

Comments
 (0)