@@ -37,7 +37,7 @@ class WordParseStructure:
self.subject = subject
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()
if not res[0]:
return self.structure()