Hacker News new | ask | show | jobs
by shriphani 4570 days ago
How about using a lightweight TFIDF engine like whistlepig [https://github.com/wmorgan/whistlepig]. It is implemented in ANSI C.

I had no issues writing a racket wrapper using the FFI for it: http://blog.shriphani.com/2013/08/27/racket-whistlepig-bindi...