prashant
commited on
Commit
•
78f3ebc
1
Parent(s):
cc5c327
error fix on lexical update
Browse files- utils/search.py +1 -1
utils/search.py
CHANGED
@@ -12,7 +12,7 @@ from typing import List, Tuple, Text
|
|
12 |
from utils.preprocessing import processingpipeline
|
13 |
|
14 |
config = configparser.ConfigParser()
|
15 |
-
config.read_file(open('paramconfig.
|
16 |
|
17 |
|
18 |
def tokenize_lexical_query(query:str)-> List[str]:
|
|
|
12 |
from utils.preprocessing import processingpipeline
|
13 |
|
14 |
config = configparser.ConfigParser()
|
15 |
+
config.read_file(open('paramconfig.cfg'))
|
16 |
|
17 |
|
18 |
def tokenize_lexical_query(query:str)-> List[str]:
|