Releases: JuliaAI/MLJText.jl
Releases · JuliaAI/MLJText.jl
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.3
MLJText v0.1.3
- fix bug in fitting
BM25Transformer
Merged pull requests:
v0.1.2
MLJText v0.1.2
- Extend compatibility with ScientificTypesBase.jl and ScientificTypes.jl
Merged pull requests:
v0.1.1
MLJText v0.1.1
- 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
Merged pull requests:
v0.1.0
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)