Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Bayes.jl #151

Merged
merged 3 commits into from
May 15, 2019
Merged

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.

None yet

2 participants