ahmadluay commited on
Commit
1ed79ac
1 Parent(s): f51aa97

edit eda.py typo 4.personal experience

Browse files
Files changed (1) hide show
  1. eda.py +1 -3
eda.py CHANGED
@@ -9,8 +9,6 @@ from nltk.tokenize import word_tokenize
9
  import wordcloud
10
  from wordcloud import WordCloud
11
 
12
- from sklearn.preprocessing import LabelEncoder
13
-
14
  from PIL import Image
15
 
16
  st.set_page_config(
@@ -110,7 +108,7 @@ def run():
110
  st.write("1. **Complex issues**: Negative reviews might involve more complex issues or problems with the product or service, which require more detailed explanations and examples.")
111
  st.write('2. **Emotional expression**: Negative reviews might include more emotional expression, such as frustration or disappointment, which can lead to more detailed and expressive language.')
112
  st.write('3. **Expectations**: Negative reviews might involve higher expectations from customers, leading them to provide more detailed feedback in order to articulate their disappointment or frustration.')
113
- st.write('4. *Personal experience**: Negative reviews might be based on a more personal experience, such as a defective product or poor customer service, which can lead to a more detailed and personalized account of the issue.')
114
 
115
  else:
116
  # Creating wordcloud
 
9
  import wordcloud
10
  from wordcloud import WordCloud
11
 
 
 
12
  from PIL import Image
13
 
14
  st.set_page_config(
 
108
  st.write("1. **Complex issues**: Negative reviews might involve more complex issues or problems with the product or service, which require more detailed explanations and examples.")
109
  st.write('2. **Emotional expression**: Negative reviews might include more emotional expression, such as frustration or disappointment, which can lead to more detailed and expressive language.')
110
  st.write('3. **Expectations**: Negative reviews might involve higher expectations from customers, leading them to provide more detailed feedback in order to articulate their disappointment or frustration.')
111
+ st.write('4. **Personal experience**: Negative reviews might be based on a more personal experience, such as a defective product or poor customer service, which can lead to a more detailed and personalized account of the issue.')
112
 
113
  else:
114
  # Creating wordcloud