improvements to cat / feature listing
Tara L Andrews [Wed, 6 Jun 2012 20:19:27 +0000 (22:19 +0200)]
stemmaweb/root/src/relatehelp.tt

index 9995d28..a62e56e 100644 (file)
@@ -49,7 +49,9 @@
                Each form must have at least a lemma and a category, and may have a number of additional features depending on the category (e.g. type, gender, number, case.) The possible options are as follows:
                <ul>
 [% FOREACH stype IN tagset.structures -%]
-                       <li>Category [% stype.id -%]
+       [% IF stype.desc != 'use_features' -%]
+                       <li>Category [% stype.id -%] ([% stype.desc %])
+       [% END -%]
 [% IF stype.use_features.size -%]
  has features [% stype.use_features.join(', ') %]
 [% END -%]
@@ -57,7 +59,7 @@
 [% END -%]
                </ul>
                <ul>
-[% FOREACH ftype IN tagset.features.keys -%]
+[% FOREACH ftype IN tagset.features.keys.sort -%]
                        <li>Feature [% ftype %] can have values:
                                <ul>
 [% FOREACH fval IN tagset.features.$ftype.values -%]