Test a reverse ordering of all ElementPaths
Instead of using path__last
, which reads the last item of the array using path[array_length(path, 0)]
, reverse all of the arrays to use path[1]
, the first item. This might only have a significant effect on very large corpora.