smartschat / cort

A toolkit for coreference resolution and error analysis.
MIT License
129 stars 34 forks source link

Visualize: html.escape() not available with html package in Python 2.7 #4

Closed joecheriross closed 8 years ago

joecheriross commented 8 years ago

Hi, errors_by_type.visualize() is giving a problem since escape function is not a part of html library for python 2.7. escape is available for html in python 3.x.

It would be great if there is a fix for this.

Thanks, Joe

joecheriross commented 8 years ago

Thank you Sebastian. I will try.