When trying to run interactive.py or annotate_text.py, currently several errors are thrown. These seem to be caused by incompatibility of the used versions from Tensorflow (v2.0.0 is incompatible) and fastText (module name seemed to be renamed to fasttext). I did notice the latter was fixed in the development branch, but integrating this fix into the master would be appreciated.
A possible solution for this issue has been introduced as well through pull-request #12.
When trying to run
interactive.py
orannotate_text.py
, currently several errors are thrown. These seem to be caused by incompatibility of the used versions from Tensorflow (v2.0.0 is incompatible) and fastText (module name seemed to be renamed tofasttext
). I did notice the latter was fixed in the development branch, but integrating this fix into the master would be appreciated.A possible solution for this issue has been introduced as well through pull-request #12.