vickumar1981 / stringdistance

A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..

Home Page:https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish API documentation

vickumar1981 opened this issue · comments

Need to put annotated comments in more files. The docs are incomplete and could use more explanation of what each of the methods and parameters do.

hi there. I'd like to pitch in and help your community with documentation support if possible.

commented

Hi All,
Do you still need help with the documentation? I didn't see that this issue is closed.

I am a professional technical writer and would like to assist, if that is still needed.

Hi @rjseymour66 .

Definitely still need help with the documentation. The repo is using scaladocs: https://docs.scala-lang.org/overviews/scaladoc/for-library-authors.html . Please feel free to shoot me an email or DM me on Twitter, vickumar1981. Thank you also.

commented

Great! I will take a closer look over the weekend and respond with any questions/suggestions.

Until the CONTRIBUTING.md is complete,here's the general instructions for working with the documentation:

  1. Need java 8 installed - https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
  2. Clone the repo, specifically checkout the snapshot branch (currently, 1.0.8-SNAPSHOT)
  3. Run ./sbt doc
  4. The index.html file for the docs will be generated under target/scala-2.12/api

Closing and creating separate issues per top level package:

#30
#31
#32
#33
#34