JuliaText / TextAnalysis.jl

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

Add extended example doc #123

Closed aquatiko closed 5 years ago

aquatiko commented 5 years ago

Adding Extended example doc. which was dropped while reorganising docs.

Closes: https://github.com/JuliaText/TextAnalysis.jl/issues/72

aviks commented 5 years ago

So kmeans is only in Clustering.jl, does not need MultiVariateStats. That package is required if we are doing a PCA or other dimensionality reduction techniques. I'm not sure what is sensible to do here. Thoughts?

aquatiko commented 5 years ago

@aviks I'm not sure about the purpose of this section. Should this showcase the functions which are present in the package but not yet explained in docs or should they feature integration with other useful packages when someone is using this domain(like a gallery of useful implementations)?

aviks commented 5 years ago

The latter (gallery of useful implementations)

aviks commented 5 years ago

I'm merging this now, can fix it as we go along.

aquatiko commented 5 years ago

@aviks I would add more to this later. Should I add an issue for this, so that it could be completed with more implementations later?

aviks commented 5 years ago

No issue necessary, just submit a PR when ready.