From 0d8a4ce764f384ae5866c8d312f8546007f206fb Mon Sep 17 00:00:00 2001 From: hexastack Date: Thu, 28 Nov 2024 20:05:02 +0100 Subject: [PATCH] fix: remove typo --- nlu/models/slot_filler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nlu/models/slot_filler.py b/nlu/models/slot_filler.py index e6445c78..20ae5df8 100644 --- a/nlu/models/slot_filler.py +++ b/nlu/models/slot_filler.py @@ -184,8 +184,6 @@ class SlotFiller(tfbp.Model): def get_synonym_map(self): helper = JsonHelper() - - helper.read_dataset_json_file('train.json') data = helper.read_dataset_json_file('train.json') synonyms = data["entity_synonyms"] synonym_map = {}