Deploying HFST to a new server from source I get:
File "/usr/lib64/python3.4/site-packages/libhfst.py", line 2855, in lookup_fd
return _libhfst.HfstTransducer_lookup_fd(self, s, limit)
NotImplementedError: Wrong number or type of arguments for overloaded function 'HfstTransducer_lookup_fd'.
Possible C/C++ prototypes are:
hfst::HfstTransducer::lookup_fd(std::string const &,ssize_t) const
hfst::HfstTransducer::lookup_fd(std::string const &) const
Is this a problem in the codebase or did I mess up something with SWIG/python on the new system?