JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

optimize document term sparse matrix operations #245

Closed tanmaykm closed 3 years ago

tanmaykm commented 3 years ago

This updates the merge! method for document term matrices introduced in #244 with specific implementation of sparse matrix operations optimized for the merging operation. Also added checks for some edge conditions and few more tests.