Spaces:
Sleeping
Sleeping
Update ✨Entity Linking Application✨.py
Browse files
✨Entity Linking Application✨.py
CHANGED
@@ -291,7 +291,7 @@ def main_cli():
|
|
291 |
input_mention_user = st.text_input("Enter a textural reference (mention) that is inside the sentence:", "")
|
292 |
single = st.selectbox("Search each word individually? (Useful for difficult mentions)", ['Yes', 'No'], index=1)
|
293 |
combi = st.selectbox("Make combinations of each word? (Useful for difficult mentions)", ['Yes', 'No'], index=1)
|
294 |
-
disambi = st.selectbox("Run acronym disambiguation? (Enable it if the mention is nested)", ['Yes', 'No'], index=0)
|
295 |
|
296 |
|
297 |
if st.button("Run Entity Linking"):
|
|
|
291 |
input_mention_user = st.text_input("Enter a textural reference (mention) that is inside the sentence:", "")
|
292 |
single = st.selectbox("Search each word individually? (Useful for difficult mentions)", ['Yes', 'No'], index=1)
|
293 |
combi = st.selectbox("Make combinations of each word? (Useful for difficult mentions)", ['Yes', 'No'], index=1)
|
294 |
+
disambi = st.selectbox("Run acronym disambiguation? (Enable it if the mention include an acronym or if it is nested)", ['Yes', 'No'], index=0)
|
295 |
|
296 |
|
297 |
if st.button("Run Entity Linking"):
|