Spaces:
Running
Running
orionweller
commited on
Commit
•
3c28932
1
Parent(s):
cfc7731
add app
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ import re
|
|
9 |
import tqdm
|
10 |
import plotly.express as px
|
11 |
|
12 |
-
from
|
13 |
-
from
|
14 |
|
15 |
|
16 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
|
|
9 |
import tqdm
|
10 |
import plotly.express as px
|
11 |
|
12 |
+
from dataset_loading import load_local_qrels, load_local_corpus, load_local_queries
|
13 |
+
from find_splitting_words import find_dividing_words
|
14 |
|
15 |
|
16 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|