JuliaText / TextAnalysis.jl

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

Update the documentation reflecting changes in show.jl #159

Closed Ayushk4 closed 5 years ago

Ayushk4 commented 5 years ago

The (online) documentation has been updated to reflect the changes done # 155. The documentation has also been updated keeping in mind the changes made to src/show.jl in #157, i.e. assuming if typeof(d) <: Union{TokenDocument, NGramDocument} instead of this line, thereby fixing the bug.