powered by
Prints the output of getNiceAlignment() in a visually informative format in order to inspect the alignment
nice_print(niceAlignment)
Pretty-prints the list returned by getNiceAlignment()
list Output of the method getNiceAlignment()
query = "elephant" target = "telephone" result = align(query, target, task = "path") nice_algn = getNiceAlignment(result, query, target) nice_print(nice_algn)
Run the code above in your browser using DataLab