public CategoryDistribution getLevelOneDistribution(DynamicPathTree tree) throws WikitException {
   return tree.getLevelDistribution();
 }