Comment on Add search to your Jekyll blogComments−shriphani12yHow 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...
Comments
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...