Hacker News new | ask | show | jobs
by mzh0 3256 days ago
it'll be really helpful if you explicitly list its supported language.
1 comments

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.
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.