Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
-
from functions_preprocess import LinguisticPreprocessor
|
3 |
import pickle
|
4 |
-
|
5 |
-
'averaged_perceptron_tagger', 'corpora/wordnet', 'wordnet', 'punkt, omw-1.4')
|
6 |
|
7 |
#################################################################### Streamlit interface
|
8 |
st.title("Movie Reviews: An NLP Sentiment analysis")
|
|
|
1 |
import streamlit as st
|
2 |
+
from functions_preprocess import LinguisticPreprocessor
|
3 |
import pickle
|
4 |
+
|
|
|
5 |
|
6 |
#################################################################### Streamlit interface
|
7 |
st.title("Movie Reviews: An NLP Sentiment analysis")
|