JuliaText / TextAnalysis.jl

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

Docs and docstring for Sentiment Analysis model needs fixing #182

Closed Ayushk4 closed 4 years ago

Ayushk4 commented 4 years ago

The sentiment model docs and docstrings need minor fixing

julia> model = SentimentAnalyser() julia> model(doc) or julia> model(doc, handle_unknown)

Thanks to @fungktt for pointing this out in slack.

kimttfung commented 4 years ago

Thanks! @Ayushk4

Ayushk4 commented 4 years ago

Fixed in #184 .