anoopkunchukuttan / indic_nlp_library

Resources and tools for Indian language Natural Language Processing
http://anoopkunchukuttan.github.io/indic_nlp_library/
MIT License
546 stars 158 forks source link

bug dealing with pandas new version, .ix removed with .loc and .iloc #31

Closed neerajvashistha closed 4 years ago

neerajvashistha commented 4 years ago

Regarding issue #20 Now fixed.

anoopkunchukuttan commented 4 years ago

Thanks, changed to using iloc instead of loc since the offset has positional semantics (and not intended to be label)