¡@

Home 

python Programming Glossary: thisrow

How to correct bugs in this Damerau-Levenshtein implementation?

http://stackoverflow.com/questions/3431933/how-to-correct-bugs-in-this-damerau-levenshtein-implementation

the results are incorrect when you look at the variable thisrow which I print out for debugging my version has it filled with.. i malloc space for the three arrays twoago oneago and thisrow then they get swapped around in a circular fashion. when i try.. check malloc doesn't return NULL pointer cdef unsigned int thisrow unsigned int malloc row_bytecount ###OBS### must check malloc..