You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I am experiencing an error in the reader.py of verb_sense_srl module. I wonder if it is because in the line 342, where the following line,
verb = tokens[verb_index].text
, employs the tokens list and not new_sentence list. I changed it to use new_sentence and I did not experience the error anymore. However, I am not sure if this change it is correct.
The text was updated successfully, but these errors were encountered:
Thanks for releasing the code. Great code!
However, I am experiencing an error in the reader.py of verb_sense_srl module. I wonder if it is because in the line 342, where the following line,
verb = tokens[verb_index].text
, employs the tokens list and not new_sentence list. I changed it to use new_sentence and I did not experience the error anymore. However, I am not sure if this change it is correct.
The text was updated successfully, but these errors were encountered: