Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|