Tiago Albineli Motta

Results 13 issues of Tiago Albineli Motta

Here is the example where I was stuck. The python implemention gets 22, and the java implementation gets 23: ```python fuzz.token_set_ratio( "Vêndo ou troco por outro carro pode ser atrasado...

Replace property is not working on elastic search 1.7.1 Discover if it is deprecated or make ir work

Z, S and X at word end should have equal valor example: casas == casax == casaz

Example: comtar == contar amparo == anparo

This method turns using Glove easier to use in machine learning method that requires the vector representation. Don't know if the name ```word_vector_by_word``` is the best name, please suggest me...

I hereby agree to the terms of the CLA available at: https://github.com/catboost/catboost/blob/master/CONTRIBUTING.md This PR enables loading CatBoost Json model format in the Java Client Library. My intention is to use...

Looking for the formula here http://www.openriskmanual.org/wiki/Gini_Index ![image](https://user-images.githubusercontent.com/7966495/39734576-4510d23e-524e-11e8-89a5-7342a1f3cc2a.png) It seem that this code is wrong (but it works perfectly) ```python (1.0 - 2.0 * np.multiply(i, weights).sum())/n + 1.0 ``` I think...

Documentation

It would be nice to have support for AUTH command. http://redis.io/commands/auth Maybe creating a new constructor: ``` com.hackdiary.pig.RedisStorer('kv', 'localhost', 'mypassword') ``` what do you think?

Reproducing: ``` $ wget https://raw.github.com/headjs/headjs/master/dist/head.js $ slimit head.js Illegal character '\xbb' at 1:1 after LexToken(ID,'\xef',1,0) Illegal character '\xbf' at 1:2 after LexToken(ID,'\xef',1,0) �; ```