keras-text
keras-text copied to clipboard
Fixed compatibility with python 3.5.x
trafficstars
@zuenko thanks for the patch it fixes most of the issues in the repo. I'm kind of wondering if imports should be done in a non relative way though.
that is:
from keras_text.token_model import TokenModelFactory
instead of
.token_model import TokenModelFactory