# -------------------------------------------- # CITATION 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: 0.1.5 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: Li given-names: Yaoxiang email: liyaoxiang@outlook.com orcid: https://orcid.org/0000-0001-9200-1016 - family-names: Mullen given-names: Lincoln email: lincoln@lincolnmullen.com orcid: https://orcid.org/0000-0001-5103-6917 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/textreuse commit: 9cf2568ee8a758aac30c8f64edcfc6f7c17e1434 url: https://docs.ropensci.org/textreuse date-released: '2024-05-24' contact: - family-names: Li given-names: Yaoxiang email: liyaoxiang@outlook.com orcid: https://orcid.org/0000-0001-9200-1016