Skip to content

Enhancing custom entities & BM25Vectorizer

Choose a tag to compare

@sanjayaksaxena sanjayaksaxena released this 30 Jan 15:14
· 151 commits to master since this release

Version 1.11.0 January 30, 2022

✨ Features

  • Obtain bag-of-words for a tokenized text from BM25Vectorizer using .bowOf() api — useful for bow based similarity computation. 👍
  • learnCustomEntities() displays a console warning, if a complex short hand pattern is likely to cause learning/execution slow down.🤞❗️