CogComp / open-eval

An open source evaluation framework for developing NLP systems
8 stars 5 forks source link

Make evaluator error messages more informative #189

Open cgraber opened 8 years ago

cgraber commented 8 years ago

I'm trying to test NER. I set my batch size to 1 (because when I set it to 50, the connection seemed to close before my evaluation finished).

Upon finishing the annotation of one TA, the following pops up on the website:

"Error in evaluator. Please check your returned View: ENTITYVIEW"

Is there any way to provide more information regarding the error?