Skip to content

Releases: rtrad89/authorship_clustering_code_repo

Argumented Software

23 Jul 13:17
Compare
Choose a tag to compare

Changelog:

  • Parametrising the execution of LSSR building and authorial clustering
  • Making the file paths OS-independent
  • Manually importing external libraries with grafted patches thereon to avoid reapplying these patches upon each installation
  • Removing redundant libraries
  • Providing a detailed guideline and an example
  • Providing requirements.txt for smoother installation/execution of code
  • Specifying an explicit open-source license, namely GPL-2.0
  • Bug fixes.

This release was tested on Windows 10 and found to be reproducible with slight differences in results of methods that inherently utilise randomness (like BL_Random and SPKMeans).

Original Code Release

28 Apr 09:50
f8b1681
Compare
Choose a tag to compare
Original Code Release Pre-release
Pre-release

This release encapsulates the code used in the study as-is. It lacks OS-independence, proper logging, master code files with dynamic argumentation for user-friendly execution, and the likes.