Page.categorize({
index: 'Foreword',
phonology: 'Phonology',
noun: 'Noun',
adjective: 'Adjective',
demonstratives: 'Demonstratives',
personals: 'Personals',
'verb-basics': 'Verb',
'verb-dp': 'Indicative past',
'verb-dr': 'Indicative present',
'verb-df': 'Indicative future',
'verb-jp': 'Subjunctive past',
'verb-jr': 'Subjunctive present',
'verb-m': 'Imperative mood',
'verb-passive': 'Passive voice',
'verb-negation': 'Negation'
});

Page.linkify({
	'../prestem.html': 'Irregular verbs'
}, 'Appendix');