# Example 1
x <- "en-tarah-an-na-ke4"
result <- split_sumerian(x)
result
# Example 2
x <- "en-DARA3.AN.na-ke4"
result <- split_sumerian(x)
result
# Reconstruct the original string
paste0(c("", result$signs), result$separators, collapse = "")
Run the code above in your browser using DataLab