giellatekno / fst-web-interface

Frontend for language tools
https://giellatekno.github.io/fst-web-interface
0 stars 0 forks source link

[api, performance] use pyhfst to do lookups #8

Open Phaqui opened 1 year ago

Phaqui commented 1 year ago

Starting a subprocess for every call to hfst-lookup is slow. The pyhfst library loads the data once, and an individual lookup is very fast.