Eliot0110 commited on
Commit
2b453dd
·
1 Parent(s): 78e3fd0

remove: worng defination

Browse files
Files changed (1) hide show
  1. modules/info_extractor.py +0 -3
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}},