Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Documentation for Bayes.jl#151

Merged
aviks merged 3 commits intoJuliaText:masterfrom
Ayushk4:naive_bayes_docs
May 15, 2019
Merged

Documentation for Bayes.jl#151
aviks merged 3 commits intoJuliaText:masterfrom
Ayushk4:naive_bayes_docs

Conversation

@Ayushk4
Copy link
Member

@Ayushk4 Ayushk4 commented May 9, 2019

This PR is the followup from #106. For documentation, I will be adding a separate file documenting the usage of bayes.jl.

  • DocString
  • Documenation in TextAnalysis.jl / docs

I have also changed some variable names to make the code easy to understand.
Namely -

  • spam_tokenize -> simpleTokenise (Line 5)&
  • function extend!(c::NaiveBayesClassifier, class) -> function extend!(c::NaiveBayesClassifier, dictElement) (line 78)

@Ayushk4 Ayushk4 changed the title Documentation for Bayes.jl [WIP] Documentation for Bayes.jl May 9, 2019
@aviks aviks merged commit c6841c6 into JuliaText:master May 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants