Spaces:
Sleeping
Sleeping
Commit
·
cfc7731
1
Parent(s):
a480b5c
update paths
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ import copy
|
|
8 |
import re
|
9 |
import tqdm
|
10 |
import plotly.express as px
|
11 |
-
from find_splitting_words import find_dividing_words
|
12 |
|
13 |
-
from dataset_loading import load_local_qrels, load_local_corpus, load_local_queries
|
|
|
14 |
|
15 |
|
16 |
os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"
|
|
|
8 |
import re
|
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"
|