Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: elusiven on March 23, 2017, 06:38:42 AM

Title: Calculate difference between strings, Levenshtein Distance
Post by: elusiven on March 23, 2017, 06:38:42 AM
Hi there,

I needed this for my app, so I made a quick action if anyone needs it.

It calculates the error margin between two strings, and gives  you the result in an int. Optionally you can setup an int to compare with and send events.

Attached to the post
Title: Re: Calculate difference between strings, Levenshtein Distance
Post by: terri on March 23, 2017, 03:54:28 PM
Cool! Thanks for sharing
TIL "levenshtein distance"
Title: Re: Calculate difference between strings, Levenshtein Distance
Post by: jeanfabre on March 24, 2017, 02:30:23 AM
Hi,

 Cool! I would give an everyframe option, just to give flexibility to the action usage.

 Also, It would be great you put these actions on the Ecosystem, it will be easier for developers to get it and install it in their projects. Let me know if you are up for this, I can help set yourself up to do this.

Else, I can put it up if you don't mind.

Bye,

 Jean
Title: Re: Calculate difference between strings, Levenshtein Distance
Post by: elusiven on March 24, 2017, 06:03:05 AM
Hi,

 Cool! I would give an everyframe option, just to give flexibility to the action usage.

 Also, It would be great you put these actions on the Ecosystem, it will be easier for developers to get it and install it in their projects. Let me know if you are up for this, I can help set yourself up to do this.

Else, I can put it up if you don't mind.

Bye,

 Jean

Hey Jean,

Okay, that's a good idea i'l add it.

Yeah sure, set me up.. Are you using github to store them?
Title: Re: Calculate difference between strings, Levenshtein Distance
Post by: jeanfabre on March 29, 2017, 05:11:42 AM
Hi,

 yes, github, can you pm me with your github account username, I'll give you access to all reps.

 Bye,

 Jean
Title: Re: Calculate difference between strings, Levenshtein Distance
Post by: drown on April 29, 2017, 07:52:05 PM
This is so amazing, I was looking for something like this but had no idea how to call or find it. Thank you so much !