Skip to content

MatrixDevConventions

EmilyBender edited this page Apr 25, 2011 · 9 revisions

This page is intended to provide a catalogue of global variables and other information of use to Matrix developers. These global variables should be used rather than repeating the information (for maintainability).

Lexical types

# all types of lexical items (on lexicon page)
ALL_LEX_TYPES = ['noun', 'verb', 'det', 'aux', 'adj']

# types used for lexical rules (verb and aux are merged)
LEXICAL_CATEGORIES = ['noun', 'verb', 'det', 'adj']
Clone this wiki locally