You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://github.com/opennorth/tf-idf-similarity for a gem with a number of improvements, both in performance and in tf*idf implementation. reddavis' gem normalizes the frequency of a term in a document to the number of terms in that document (which, as far as I can tell, never occurs in the academic literature) and has no normalization component. My gem uses the same formula as Lucene and other major implementations.
Hey,
Any chance you could push out a new release that includes the performance optimizations?
TIA
-Tobi
The text was updated successfully, but these errors were encountered: