Spaces:
Running
Running
remove: worng defination
Browse files
modules/info_extractor.py
CHANGED
|
@@ -6,9 +6,6 @@ from typing import List, Tuple
|
|
| 6 |
|
| 7 |
class InfoExtractor:
|
| 8 |
def __init__(self):
|
| 9 |
-
|
| 10 |
-
self._init_tokenizer()
|
| 11 |
-
self._init_keyword_mapping()
|
| 12 |
|
| 13 |
self.extraction_schema = {
|
| 14 |
"destination": {"type": dict, "fields": {"name": str, "country": str}},
|
|
|
|
| 6 |
|
| 7 |
class InfoExtractor:
|
| 8 |
def __init__(self):
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
self.extraction_schema = {
|
| 11 |
"destination": {"type": dict, "fields": {"name": str, "country": str}},
|