[LANG-1406] StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase - fix

2018-11-17 Thread don jeba
StringUtils.replaceIgnor… b... …eCase | | | Can someone kindly review and comment and help with the next steps. Thank you, Regards,Don Jeba.

[COLLECTIONS-701] SetUniqueList.add() crashes due to infinite recursion when it receives itself - fix

2018-11-17 Thread don jeba
infinite recursion… b... … when it receives itself | | | Can someone kindly review and comment and help me with the next steps. Thank you, Regards,Don Jeba.

[text] fix for TEXT-100

2017-10-20 Thread don jeba
Apache Commons Text | | | | Can you kindly review and comment. Thank you, Regards,Don Jeba.

[lang] fix for LANG-1310

2017-03-14 Thread don jeba
Hello,    The fix meant for the bug LANG-1310 is now available for review. https://github.com/apache/commons-lang/pull/256 Can you kindly review and comment. Thank you, Regards,Don Jeba.

Re: [TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-18 Thread don jeba
ill also implement EditDistance. Regards,Don Jeba. From: Rob Tompkins To: Commons Developers List Sent: Thursday, 17 November 2016 7:45 PM Subject: Re: [TEXT-2] Add Jaccard Index and Jaccard Distance Hello Don, Just as an FYI I just added an interface that is a weakening of the full &qu

[TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-16 Thread don jeba
,Don Jeba.

Re: [TEXT] TEXT-10 A more complex Levenshtein distance

2016-11-09 Thread don jeba
Thank you Bruno for merging the changes. The logic which i knew to find the individual count is by traversing the matrix diagonally from the bottom right corner. If there is some other way, do let me know the reference, so that I can check that further. Thank you, Regards,Don Jeba. From

Re: [TEXT] TEXT-10 A more complex Levenshtein distance

2016-11-06 Thread don jeba
let me know if i am not clear in the above. Thank you, Regards,Don Jeba. From: don jeba To: Commons Developers List ; Bruno P. Kinoshita Sent: Tuesday, 25 October 2016 9:15 PM Subject: Re: [TEXT] TEXT-10 A more complex Levenshtein distance Hi Bruno,          Now the comment on fo

Re: [TEXT] TEXT-10 A more complex Levenshtein distance

2016-10-25 Thread don jeba
instead of 2D array, I think it should be possible. I will also give a try. Thank you, Regards,Don Jeba. From: Bruno P. Kinoshita To: Commons Developers List ; don jeba Sent: Monday, 24 October 2016 8:15 AM Subject: Re: [TEXT] TEXT-10 A more complex Levenshtein distance Hi Don

Re: [TEXT] TEXT-10 A more complex Levenshtein distance

2016-10-17 Thread don jeba
whether its an insertion or deletion or substitution. Considering this I have used 2 dimensional array. Regards, Don Jeba. From: Bruno P. Kinoshita To: Commons Developers List ; don jeba Sent: Monday, 17 October 2016 7:37 AM Subject: Re: [TEXT] TEXT-10 A more complex Levenshtein distance

[TEXT] TEXT-10 A more complex Levenshtein distance

2016-10-16 Thread don jeba
://github.com/apache/commons-text/pull/6 Kindly advise. Thank you, Regards,Don Jeba.