fix: identation in comments

This commit is contained in:
hexastack 2024-11-28 20:15:22 +01:00
parent 05ecd71978
commit 68cb90534f

View File

@ -263,7 +263,7 @@ class SlotFiller(tfbp.Model):
print(f"Skipping entity for '{slot_name}' because '{slot_value}' was not found in text.") print(f"Skipping entity for '{slot_name}' because '{slot_value}' was not found in text.")
continue # Skip this entity if not found in text continue # Skip this entity if not found in text
#Post Processing # Post Processing
synonym_map = self.get_synonym_map() synonym_map = self.get_synonym_map()
final_slot_value = synonym_map.get(slot_value) final_slot_value = synonym_map.get(slot_value)
if final_slot_value is None: if final_slot_value is None: