Alexandros Koumparoulis
Results
2
comments of
Alexandros Koumparoulis
if you run `ldd /usr/local/lib/python3.6/dist-packages/simplefst-0.0.0-py3.6-linux-x86_64.egg/simplefst.cpython-36m-x86_64-linux-gnu.so` it should tell you which libraries it can't find. From the error message it seems to be openfst, in that case you can symlink the...
Hello, It seems that the slow performance is due to an ineffective implementation of the negative lookahead clause ("\s+(?!\S)") in the fancy_regex library. A possible solution to mimic the negative...