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
When trying to use allennlp predict for parsing SDP on new texts, it raises an error. The reason is that in utils\transition_sdp_predictor.py, the SDPParserPredictor._json_to_instance method violating the documented contract: Expects JSON that looks like {"sentence": "..."}. The method instead assumes an MRP-formatted input file.
The text was updated successfully, but these errors were encountered:
When trying to use
allennlp predict
for parsing SDP on new texts, it raises an error. The reason is that inutils\transition_sdp_predictor.py
, theSDPParserPredictor._json_to_instance
method violating the documented contract:Expects JSON that looks like {"sentence": "..."}
. The method instead assumes an MRP-formatted input file.The text was updated successfully, but these errors were encountered: