Ruslan-DS commited on
Commit
b5b6516
1 Parent(s): 415c049

Update models/preprocess_stage/preprocess_lstm.py

Browse files
models/preprocess_stage/preprocess_lstm.py CHANGED
@@ -4,8 +4,8 @@ import json
4
  import regex as re
5
  import string
6
  import nltk
7
- from nltk.corpus import stopwords
8
  nltk.download('stopwords')
 
9
 
10
  stop_words = set(stopwords.words('russian'))
11
 
 
4
  import regex as re
5
  import string
6
  import nltk
 
7
  nltk.download('stopwords')
8
+ from nltk.corpus import stopwords
9
 
10
  stop_words = set(stopwords.words('russian'))
11