Learn R Programming

jmotif (version 1.1.1)

str_to_repair_grammar: Runs the repair on a string.

Description

Runs the repair on a string.

Usage

str_to_repair_grammar(str)

Arguments

str

the input string.

References

N.J. Larsson and A. Moffat. Offline dictionary-based compression. In Data Compression Conference, 1999.

Examples

Run this code
# NOT RUN {
str_to_repair_grammar("abc abc cba cba bac xxx abc abc cba cba bac")
# }

Run the code above in your browser using DataLab