saraswatmks / superml

Build machine learning models in R like using python's scikit-learn library
https://saraswatmks.github.io/superml/
GNU General Public License v3.0
32 stars 8 forks source link

refactor bm_25 in c++ #30

Closed saraswatmks closed 4 years ago

saraswatmks commented 4 years ago

Following fixes

  1. Deprecate R bm25 function and use bm_25 written in c++
  2. Linking changes in other files