-
Notifications
You must be signed in to change notification settings - Fork 4
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).
In gmcs.linglib.lexbase:
# 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']
Home | Forum | Discussions | Events