Skip to content

Commit

Permalink
Add ability to print decoded intent
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenlugosch committed Apr 13, 2019
1 parent 63add84 commit 6e125cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def get_SLU_datasets(config):
Sy_intent[slot][value] = idx
values_per_slot.append(len(slot_values))
config.values_per_slot = values_per_slot
config.Sy_intent = Sy_intent

# If certain phrases are specified, only use those phrases
if config.train_wording_path is not None:
Expand Down

0 comments on commit 6e125cb

Please sign in to comment.