Sean-Case
commited on
Commit
•
8c115b3
1
Parent(s):
4e77f14
Changed intro text
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ depends on factors such as the type of documents or queries. Information taken f
|
|
59 |
"""
|
60 |
**Exact term keyword search**
|
61 |
|
62 |
-
1. Load in data file (
|
63 |
""")
|
64 |
with gr.Row():
|
65 |
current_source = gr.Textbox(label="Current data source(s)", value="None")
|
|
|
59 |
"""
|
60 |
**Exact term keyword search**
|
61 |
|
62 |
+
BM25 based keyword search over tabular open text data. 1. Load in data file (.csv, .xlsx, or .parquet), and if you have searched with this dataset and saved the processing outputs, the '...search_index.pkl.gz' in the same folder to save loading time. 2. Select the field in your data to search. A field with the suffix '_cleaned' means that html tags have been removed. 3. Wait for the data file to be prepared for search. 4. Enter the search term in the relevant box below and press Enter/click on 'Search text'. 4. Your search results will be saved in an .xlsx file and will be presented in the 'File output' area below.
|
63 |
""")
|
64 |
with gr.Row():
|
65 |
current_source = gr.Textbox(label="Current data source(s)", value="None")
|