You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cemerick :
Hi congratulations on the module,
in Python there is: difflib.SequenceMatcher (None, str1, str2) .ratio ()
in the module you created there is a similar thing, does the same thing?
Example if I have:
murder on the orient express
murder on the express express 2017
The value of ratio, which value should you give according to your module?
Exceeds in this example the value of: 0.90?
P.Š.
Would it be possible to use it on React-native?
I thank you in advance.
The text was updated successfully, but these errors were encountered:
@cemerick :
Hi congratulations on the module,
in Python there is: difflib.SequenceMatcher (None, str1, str2) .ratio ()
in the module you created there is a similar thing, does the same thing?
Example if I have:
The value of ratio, which value should you give according to your module?
Exceeds in this example the value of: 0.90?
P.Š.
Would it be possible to use it on React-native?
I thank you in advance.
The text was updated successfully, but these errors were encountered: