Re: How to handle big dictionaries to find typos

2015-09-14 Thread Damiano Porta
Yes Catalin, I was using DictionaryNameFinder for NER. But unfortunately it does not support misspellings at the moment. So i have to migrate that dictionary to a Lucene Index. Thank you! 2015-09-14 14:46 GMT+02:00 Cătălin M. : > Yes, you have right. You can replace

How to handle big dictionaries to find typos

2015-09-13 Thread Damiano Porta
Hello, I have created a very big dictionary of companies, it is around 3M. At the moment i am using DictionaryNameFinder class, but I need to implement something to find typos like Gogle/Gooogle Inc etc. I read something about leveinstain distance, is this implementend in OpenNLP? It seems good