juliasilge / widyr

Widen, process, and re-tidy a dataset
http://juliasilge.github.io/widyr/
Other
327 stars 29 forks source link

Added pairwise_delta for stylometry #15

Closed kanishkamisra closed 6 years ago

kanishkamisra commented 6 years ago

A delta measure takes word frequencies as features and calculates the distance between authors/documents. So far, Burrows' original delta and Argamon's Linear delta have been added. More coming soon as I try and implement them.

dgrtwo commented 6 years ago

Great work!

The change to widely_svd.Rd is my fault; I had committed without re-documenting.

From the DESCRIPTION it looks like you have the dev version of ROxygen2 installed from githib (.9000); it's not a big deal except that the dev versions can't be distinguished from each other. Could you try

  1. Reinstalling roxygen2 from CRAN
  2. Re running the documentation step (the DESCRIPTION file will change)
  3. Re-committing and pushing (it will update the pull request)?

Thanks!

kanishkamisra commented 6 years ago

Sure thing!