Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,6 @@ def complex_SQL_to_MongoDB(query):
|
|
280 |
|
281 |
def query_creator(key, organization, plain_query):
|
282 |
# find named entities in text, e.g. names, addresses, etc.
|
283 |
-
plain_query = correctSpelling(plain_query)
|
284 |
entities, entities_label = EntityExtraction(plain_query)
|
285 |
modified_query = plain_query
|
286 |
|
|
|
280 |
|
281 |
def query_creator(key, organization, plain_query):
|
282 |
# find named entities in text, e.g. names, addresses, etc.
|
|
|
283 |
entities, entities_label = EntityExtraction(plain_query)
|
284 |
modified_query = plain_query
|
285 |
|