find_repeated_sequences {textAnnotatoR} | R Documentation |
Find repeated patterns in code sequences
Description
Identifies repeating patterns of 2-3 codes in sequence to uncover recurring coding structures.
Usage
find_repeated_sequences(annotations)
Arguments
annotations |
Data frame of sorted annotations with columns:
|
Value
Named list of pattern frequencies where:
names: Code patterns (e.g. "code1-code2")
values: Number of occurrences
[Package textAnnotatoR version 0.1.4 Index]