|
@@ -37,7 +37,7 @@ class WordParseStructure:
|
|
self.subject = subject
|
|
self.subject = subject
|
|
|
|
|
|
def __call__(self):
|
|
def __call__(self):
|
|
- if self.source not in ["school"]: # == "school" "xue_guan", "teacher":
|
|
|
|
|
|
+ if self.source in ["school"]: # "school" "xue_guan", "teacher"
|
|
res = self.structure_combine_DL()
|
|
res = self.structure_combine_DL()
|
|
if not res[0]:
|
|
if not res[0]:
|
|
return self.structure()
|
|
return self.structure()
|