Skip to content

Commit

Permalink
remove deprecated use of docstring in metadata_model declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 7, 2022
1 parent a086384 commit de2281e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bm25_transformer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ MMI.metadata_model(BM25Transformer,
AbstractVector{<:STB.Multiset{STB.Textual}}
},
output_scitype = AbstractMatrix{STB.Continuous},
docstring = "Build BM-25 matrix from raw documents",
path = "MLJText.BM25Transformer"
)

Expand Down
1 change: 0 additions & 1 deletion src/count_transformer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ MMI.metadata_model(CountTransformer,
AbstractVector{<:STB.Multiset{STB.Textual}}
},
output_scitype = AbstractMatrix{STB.Continuous},
docstring = "Build Bag-of-Words matrix from word counts for corpus of documents",
path = "MLJText.CountTransformer"
)

Expand Down

0 comments on commit de2281e

Please sign in to comment.