# NOT RUN {
# Every unique word of of the Mah<U+0101>satipatth<U+0101>na Sutta in
# Pali alphabetical order:
pali_sort(sati_sutta_long$word)
# A sorted list of 100 random words from the Tiptaka:
library(dplyr)
pali_sort(sample(tipitaka_long$word, 100))
# }
Run the code above in your browser using DataLab