top | item 17469430

Ask HN: Could you recommend language agnostic NLP tools?

3 points| assane101 | 7 years ago

I just build a spell-checker for Wolof, my native language, using some basic rules and a dictionary I managed to put together. I need your help finding open source tools for NLP that are language agnostic or do not require lot of heavy lifting to adapt to a new locale.

Thanks for your help.

If you would like to test my spell-checker : https://digibox.info/apps/experiments/wolofix/

7 comments

order

itronitron|7 years ago

The Lucene API has a lot of language specific tokenizers and analyzers that will help normalize what a term is in the index regardless of language. You can then apply various statistical NLP methods which tend to be more language agnostic.

thecodingmonk|7 years ago

I work in NLP at a company that actually develops language agnostic solutions, but I'm not aware of any open-source tool that can do this.

Nonetheless, if you can be more specific about what kind of tools you are looking for maybe I can give you some pointers.

assane101|7 years ago

Thanks for your reply. If you don't mind sharing a link to your company's website or products, I would appreciate.

These are some areas of interest to me : 1- Translation : ie French->Wolof 2- Speech understanding & question answering systems 3- Text to speech .. among others. (I will work day and night to build training samples if I have the tools)