Home About Read Codex Statistics Download Conclusions
Page 1 of 1
StatisticsJanis Chinn on 5 November 2011 at 2:20 pm
About 8% of spelling errors are followed by an error of the same type. :O
Assuming my XPath is correct, of course...
count(//sp[not(*)]) div count(//sp[@type eq following-sibling::sp[1]/@type])
FWIW, it doesn't actually make a huge difference (less than 1%) whether or not you look only at sp elements that have no children.
Page 1 of 1