Fabio Sancinetti

Results 4 comments of Fabio Sancinetti

@KunB-Fighting solution worked for me just after install_dirs definition after install_dir ```python3 def run(self): install_dir = get_python_lib() install_dirs = [install_dir] ``` running `python setup.py install` will copy the so file...

as @santosh9sanjeev mentioned. you can check examples in this fork https://github.com/fsan/neuspell

unfortunately the latest version available version downloads data google drive but as it has a "not possible to scan for virus warning" the downloaded file is basically just an html...

There is a "virus scan" notification before downloading the file. if you understand the consequences of ignoring that and loading the full model (not only the weights), feel free to...