質問編集履歴
1
誤字脱字
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
### 該当のソースコード
|
|
36
36
|
|
|
37
|
-
``python
|
|
37
|
+
```python
|
|
38
38
|
import nltk
|
|
39
39
|
string = "The beauties of nature"
|
|
40
40
|
words = nltk.word_tokenize(string)
|