Ch 3: Modules
The order in which modules are discussed in this document corresponds approximately to
the dependencies among them. The complete list of modules and their
dependencies is as follows. Only dependencies within the same module
are shown; each module is dependent on the preceding module.
- seal.cld.db
- seal.cld.corpus
- media ()
- user (media)
- env (media, user)
- rom ()
- sim ()
- lexicon (sim)
- token (rom,lexicon)
- transcript (token)
- text (media, token, transcript)
- page (token, text)
- drill ()
- course (lexicon)
- language (lexicon,text)
- export (rom, lexicon, token, language)
- core (media, user, env, rom, lexicon, token, transcript, text, language, export)
- seal.cld.glab