mirror of
https://github.com/hexastack/hexabot
synced 2025-02-03 03:25:01 +00:00
fix: identation in comments
This commit is contained in:
parent
05ecd71978
commit
68cb90534f
@ -263,7 +263,7 @@ class SlotFiller(tfbp.Model):
|
||||
print(f"Skipping entity for '{slot_name}' because '{slot_value}' was not found in text.")
|
||||
continue # Skip this entity if not found in text
|
||||
|
||||
#Post Processing
|
||||
# Post Processing
|
||||
synonym_map = self.get_synonym_map()
|
||||
final_slot_value = synonym_map.get(slot_value)
|
||||
if final_slot_value is None:
|
||||
|
Loading…
Reference in New Issue
Block a user