Package 'uniqtag'

Title: Abbreviate Strings to Short, Unique Identifiers
Description: 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.
Authors: Shaun Jackman [aut, cph, cre]
Maintainer: Shaun Jackman <[email protected]>
License: MIT + file LICENSE
Version: 1.0.1
Built: 2024-11-08 03:11:14 UTC
Source: https://github.com/sjackman/uniqtag

Help Index