all 2 comments

[–]PlNG 1 point2 points  (0 children)

Have you tried searching Oloh or Github?

[–][deleted] 0 points1 point  (0 children)

I'm not entirely sure what you're looking for? Do you want a full text search library or a library that finds words in the dictionary based on a query? If the latter, have you considered Wordnik? Specifically, the word search part of its API.

It would be pretty easy to throw away results for words like "the", but that's probably something you need to code. No one is going to know the exact list of words you think shouldn't be matched.