Wrong reference in output result. spell not found in explain_document_ml.ipynb
alinapetukhova opened this issue · 1 comments
alinapetukhova commented
Description
[content['spell'] for content in result]
should be replaced to the:
[content['checked'] for content in result]
or can be related to the wrong version of library in the Docker image
same problem in:
/annotation/english/dictionary-sentiment/sentiment_rb.ipynb
Steps to Reproduce
Run /annotation/english/explain-document-ml/explain_document_ml.ipynb
Your Environment
maziyarpanahi commented
Has been fixed in 2.1.0
. The right column's name is checked
.