ZephyrChenzf / SF-ID-Network-For-NLU

This is the source implementation of ACL2019 accepted paper: A Novel Bi-directional Interrelated Model for Joint Intent Detection and Slot Filling(https://www.aclweb.org/anthology/P19-1544).
Apache License 2.0
103 stars 38 forks source link

code missing in utils.py #3

Open xiaominghero opened 5 years ago

xiaominghero commented 5 years ago

There is an error in line 21 in file utils.py image should add "break" in line 21

farshov commented 5 years ago

@xiaominghero I think that it should be probably added "continue"

manishpatel005 commented 4 years ago

I think we just a need a tab or indentation there. I am able to run the code after indentation.

Krishnkant-Swarnkar commented 4 years ago

Yeah. I think the authors intended to put a "break" there. Refer to line 43 (https://github.com/czhang99/Capsule-NLU/blob/master/utils.py) CapsuleNLU.