akuysal commited on
Commit
267cdd2
·
1 Parent(s): 40c534e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from nltk.data import load
8
  import streamlit as st
9
  import sklearn
10
 
 
11
  trans_table = {ord(c): None for c in string.punctuation + string.digits}
12
 
13
  def custom_tokenizer_with_Turkish_stemmer(text):
 
8
  import streamlit as st
9
  import sklearn
10
 
11
+ nltk.download('punkt')
12
  trans_table = {ord(c): None for c in string.punctuation + string.digits}
13
 
14
  def custom_tokenizer_with_Turkish_stemmer(text):