Skip to content

Releases: JuliaAI/MLJText.jl

v0.2.3

12 Jun 23:31
3212606
Compare
Choose a tag to compare

MLJText v0.2.3

Diff since v0.2.2

Merged pull requests:

  • CompatHelper: bump compat for TextAnalysis to 0.8, (keep existing compat) (#31) (@github-actions[bot])
  • For a 0.2.3 release (#32) (@ablaom)

v0.2.2

09 Jan 19:57
3505afe
Compare
Choose a tag to compare

MLJText v0.2.2

Diff since v0.2.1

Merged pull requests:

Closed issues:

  • Tables 1.8.0 breaks scitypes for MLJText (#25)

v0.2.1

05 Oct 01:28
e73694b
Compare
Choose a tag to compare

MLJText v0.2.1

Diff since v0.2.0

Closed issues:

  • Issue to trigger new releases (#14)

Merged pull requests:

v0.2.0

08 Feb 02:15
45a2eea
Compare
Choose a tag to compare

MLJText v0.2.0

Diff since v0.1.3

  • BREAKING CHANGE: rename BagOfWordsTransformer to CountTransformer

#20

Merged pull requests:

v0.1.3

18 Jan 22:09
2af3837
Compare
Choose a tag to compare

MLJText v0.1.3

Diff since v0.1.2

  • fix bug in fitting BM25Transformer

#18

cc @ablaom @storopoli

Merged pull requests:

  • fix bug with BM 25 transformer - need to fit additional parameter (#18) (@pazzo83)
  • For a 0.1.3 release (#19) (@pazzo83)

v0.1.2

27 Dec 20:56
36422b0
Compare
Choose a tag to compare

MLJText v0.1.2

Diff since v0.1.1

  • Extend compatibility with ScientificTypesBase.jl and ScientificTypes.jl

Merged pull requests:

  • CompatHelper: bump compat for ScientificTypesBase to 3, (keep existing compat) (#15) (@github-actions[bot])
  • For a 0.1.2 release (#17) (@ablaom)

v0.1.1

21 Dec 19:03
5318e19
Compare
Choose a tag to compare

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)

v0.1.0

22 Oct 21:08
3190709
Compare
Choose a tag to compare

MLJText v0.1.0

Merged pull requests:

  • initial commit of tfidf transformer (#1) (@pazzo83)
  • Various changes to prepare for version 0.1 (#6) (@pazzo83)
  • Add local overloading of scitype(...) (#8) (@ablaom)
  • CompatHelper: add new compat entry for CorpusLoaders at version 0.3, (keep existing compat) (#9) (@github-actions[bot])
  • reconnect and fix scitype tests; rename a test file (#10) (@ablaom)