JuliaAI / MLJText.jl

A an MLJ extension for accessing models and tools related to text analysis
MIT License
11 stars 1 forks source link

MLJ compliant docstrings! #22

Closed josephsdavid closed 2 years ago

josephsdavid commented 2 years ago

Need to do a get checkout on source code to allow for correct git blame output before this is ready to be merged :)

codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (a1699d5) into dev (c37e01c) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev      #22   +/-   ##
=======================================
  Coverage   88.04%   88.04%           
=======================================
  Files           7        7           
  Lines         184      184           
=======================================
  Hits          162      162           
  Misses         22       22           
Impacted Files Coverage Δ
src/MLJText.jl 100.00% <ø> (ø)
src/bm25_transformer.jl 87.80% <100.00%> (ø)
src/count_transformer.jl 88.00% <100.00%> (ø)
src/tfidf_transformer.jl 87.50% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ablaom commented 2 years ago

Closing in favour of #23