Hacker News new | ask | show | jobs
by kbr 3256 days ago
Well, for future reference, the library itself is for Javascript. The post is more focused on how it works, rather than what language it uses.
1 comments

i was asking the language it supports, i.e. English, Spanish, Chinese, etc
My bad, it supports English, but the only feature dependent on this is the part that removes stop words.

You can easily configure the stop words that Wade removes by editing `Wade.config.stopWords`.

It will likely have trouble with languages that don't include spaces around words. This will likely work for most latin based languages though.