brunoarine / org-similarity

Emacs package that helps org-mode users (re)discover similar documents
GNU General Public License v3.0
88 stars 12 forks source link

How to avoid token_pattern wanring? Thank you very much. #2

Closed suliveevil closed 1 year ago

suliveevil commented 1 year ago

I got this output at the beginning of insertion

/opt/homebrew/lib/python3.10/site-packages/sklearn/feature_extraction/text.py:528: UserWarning: The parameter 'token_pattern' will not be used since 'tokenizer' is not None'
  warnings.warn(

Is there a way to remove it from insertion? Thank you very much.

brunoarine commented 1 year ago

Fixed. Thanks for the heads up @suliveevil !

suliveevil commented 1 year ago

You are my hero!