Hi, I think having os.path.dirname(__file__) as the default directory for storing the binary would be a better default than "/tmp/fasttext-langdetect", since some systems might not have a working tmp directory. In any case, thanks for your library, it has been useful to me.
Hi, I think having
os.path.dirname(__file__)
as the default directory for storing the binary would be a better default than"/tmp/fasttext-langdetect"
, since some systems might not have a working tmp directory. In any case, thanks for your library, it has been useful to me.