Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ def main():
|
|
| 124 |
#our_image=load_image("image.jpg")
|
| 125 |
#img = cv2.imread("scholarly_text.jpg")
|
| 126 |
text = message
|
| 127 |
-
|
| 128 |
entity_result = entity_analyzer(text)
|
| 129 |
st.json(entity_result)
|
| 130 |
if st.checkbox("Show Sentiment Analysis for English"):
|
|
|
|
| 124 |
#our_image=load_image("image.jpg")
|
| 125 |
#img = cv2.imread("scholarly_text.jpg")
|
| 126 |
text = message
|
| 127 |
+
if st.checkbox("Show Named Entities English/Bangla"):
|
| 128 |
entity_result = entity_analyzer(text)
|
| 129 |
st.json(entity_result)
|
| 130 |
if st.checkbox("Show Sentiment Analysis for English"):
|