JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
374 stars 96 forks source link

Documentation to reflect deprications #88

Open baggepinnen opened 6 years ago

baggepinnen commented 6 years ago

The documentation does not reflect the deprecations of remove_xxx!() functions. These functions also use a nonstandard deprecation mechanism which makes it hard for users to understand how to transition to the new API. Consider using @deprecate.

aviks commented 6 years ago

Good idea.

oxinabox commented 5 years ago

This probably should not have [help-wanted].

It rather depends on having an understanding of how the package has changed over time, and also on a undocumented nonexported function of julia (@deprecate) which actually doesn’t really work right in julia 1.0.

You kinda want to know your way around the package and julia before doing this