# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "textreuse" in publications use:' type: software license: MIT title: 'textreuse: Detect Text Reuse and Document Similarity' version: 1.0.2 doi: 10.32614/CRAN.package.textreuse abstract: Tools for measuring similarity among documents and detecting passages which have been reused. Implements shingled n-gram, skip n-gram, and other tokenizers; similarity/dissimilarity functions; pairwise comparisons; minhash and locality sensitive hashing algorithms; and a version of the Smith-Waterman local alignment algorithm suitable for natural language. authors: - family-names: Mullen given-names: Lincoln orcid: https://orcid.org/0000-0001-5103-6917 - family-names: Li given-names: Yaoxiang email: liyaoxiang@outlook.com orcid: https://orcid.org/0000-0001-9200-1016 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/textreuse commit: ebdda6bbd503bfa5a96d008a6c037cd0baa1e507 url: https://docs.ropensci.org/textreuse/ date-released: '2026-07-24' contact: - family-names: Li given-names: Yaoxiang email: liyaoxiang@outlook.com orcid: https://orcid.org/0000-0001-9200-1016