回答編集履歴
1
誤字の修正
test
CHANGED
@@ -86,7 +86,7 @@
|
|
86
86
|
|
87
87
|
ref = [word_tokenize(references)]
|
88
88
|
|
89
|
-
hypothesis = 'I have a p
|
89
|
+
hypothesis = 'I have a pineapple'
|
90
90
|
|
91
91
|
hyp = word_tokenize(hypothesis)
|
92
92
|
|
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
print(bleuscore)
|
96
96
|
|
97
|
-
#0.
|
97
|
+
#0.3820903727892856
|
98
98
|
|
99
99
|
|
100
100
|
|