Re: fuzzy logic through pig programming

2013-07-31 Thread Julien Le Dem
http://secondstring.sourceforge.net/ On Wed, Jul 31, 2013 at 1:48 AM, Harshit Bhargava wrote: > Hi, > I want a fuzzy logic in pig latin language which should match two string for > Example1 > I have two words ‘Ramesh’ and ‘Rahim’ I want to check how much percentage > of the string are equal > Exa

Fwd: fuzzy logic through pig programming

2013-07-31 Thread Harshit Bhargava
Hi, I want a fuzzy logic in pig latin language which should match two string for Example1 I have two words ‘Ramesh’ and ‘Rahim’ I want to check how much percentage of the string are equal Example2 If the two words are ‘Ramesh’ and ‘Ramesh’ .then it should give 100%. Kindly provide the solution if

fuzzy logic through pig programming

2013-06-27 Thread Harshit Bhargava
Hi, I want a fuzzy logic in pig latin language which should match two string for Example1 I have two words ‘Ramesh’ and ‘Rahim’ I want to check how much percentage of the string are equal Example2 If the two words are ‘Ramesh’ and ‘Ramesh’ .then it should give 100%. Kindly provide the solution if