Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 19:03
5318e19

MLJText v0.1.1

Diff since v0.1.0

  • add BM25Transformer using the Okapi BM25 document-word statistic to represent a corpus of documents
  • add BagOfWordsTransformer to convert a collection of raw documents to matrix representing a bag-of-words structure.
    #12

cc @ablaom @storopoli

Merged pull requests:

  • add BM25 and BagOfWords transformers, update tests, update readme, re… (#12) (@pazzo83)
  • For a 0.1.1 release (#13) (@ablaom)