senarvi / theanolm

TheanoLM is a recurrent neural network language modeling tool implemented using Theano
Apache License 2.0
81 stars 29 forks source link

Remove Filetypes dependency #44

Closed nikhilranjan7 closed 4 years ago

nikhilranjan7 commented 4 years ago

Filetypes dependency was throwing error

senarvi commented 4 years ago

Sorry for the slow response @nikhilranjan7 ! Actually the non-standard TextFileType is used here on purpose - it detects automatically if your class definitions and n-gram counts are gzipped (if they have .gz extension). I have just forgotten to update the import when I moved the class to the theanolm.backend module. It should be fixed now. Let me know if you still have problems.

nikhilranjan7 commented 4 years ago

Working now. :)