JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

Seems there are some typos in documents #249

Closed chuchuHank closed 8 months ago

chuchuHank commented 3 years ago

In the document Preprocessing Documents section: https://juliahub.com/docs/TextAnalysis/5Mwet/0.7.2/documents/#Preprocessing-Documents

In line 384, prepare!(sd, strip_preposition) do not work but prepare!(sd, strip_prepositions) work.

In line 389, prepare!(sd, strip_spares_terms) do not work but prepare!(sd, strip_sparse_terms) work.

rssdev10 commented 8 months ago

thanks, fixed in #277