# NOT RUN {
# In the examples below, non-ASCII characters had to be escaped for technical reasons.
# In actual usage, all soundcorrs functions accept characters from beyond ASCII.
dataset <- sampleSoundCorrsData.capitals
findPairs (dataset, "\u00E4", "e") # a-diaeresis
findSegments (dataset, "\u00E4", "e")
findSegments (dataset, "\u00E4", "e", -1)
# }
Run the code above in your browser using DataLab