prashant
commited on
Commit
•
82f52a5
1
Parent(s):
fb38e55
semantic update
Browse files
appStore/keyword_search.py
CHANGED
@@ -81,7 +81,7 @@ def app():
|
|
81 |
st.markdown("##### Top few lexical search (TFIDF) hits #####")
|
82 |
lexical_search(queryList,paraList)
|
83 |
else:
|
84 |
-
st.sidebar(show_answer = st.
|
85 |
paraList = runSemanticPreprocessingPipeline()
|
86 |
logging.info("starting semantic search")
|
87 |
with st.spinner("Performing Similar/Contextual search"):
|
|
|
81 |
st.markdown("##### Top few lexical search (TFIDF) hits #####")
|
82 |
lexical_search(queryList,paraList)
|
83 |
else:
|
84 |
+
st.sidebar(show_answer = st.checkbox("Show context"))
|
85 |
paraList = runSemanticPreprocessingPipeline()
|
86 |
logging.info("starting semantic search")
|
87 |
with st.spinner("Performing Similar/Contextual search"):
|