uniqtag: Abbreviate Strings to Short, Unique Identifiers

For each string in a set of strings, determine a unique tag that is a substring of fixed size k unique to that string, if it has one. If no such unique substring exists, the least frequent substring is used. If multiple unique substrings exist, the lexicographically smallest substring is used. This lexicographically smallest substring of size k is called the "UniqTag" of that string.

Package details

AuthorShaun Jackman [aut, cph, cre]
MaintainerShaun Jackman <sjackman@gmail.com>
LicenseMIT + file LICENSE
Version1.0.1
URL https://github.com/sjackman/uniqtag
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("uniqtag")

Try the uniqtag package in your browser

Any scripts or data that you put into this service are public.

uniqtag documentation built on June 10, 2022, 9:06 a.m.