This article here: http://www.productivity501.com/how-to-memorize-verbatim-text/294/ gives a technique for memorizing verbatum text along with a script to generate the mnemonic device he recommends. Basically you make a version of the text you are trying to memorize that consists of only the first letters of each word. Here is a single page that just contains the script:
http://www.downes.ca/memorization.htm
As is, it doesn't work quite right for Pali because it doesn't recognize the special unicode letters. I modified the script on a local version by changing the main line of the script to ths:
var firstLetter = function(str){
return str.replace(/([a-zA-ZāīūṭḍṇṅñḷṁṃĀĪŪṬḌṆṄÑṀṂḶ])[a-zA-ZāīūṭḍṇṅñḷṁṃĀĪŪṬḌṆṄÑṀṂḶ]*/g,"$1");
}
This way it also leaves the verse numbers untouched if that matters to the person memorizing.
My thought was that it could easily be added to the converter in the DPR. And the question is, would it be useful?
Personally I've found it very helpful for memorizing.