Skip to content

ItsdbCustomization

FrancisBond edited this page May 4, 2005 · 18 revisions

Some ways of customizing itsdb (ItsdbTop)

The {{{.tsdbrc}}} file

  • To make treebanking faster:
(setf *tsdb-cache-connections-p* t)
  • To set the database home:
(tsdb :home "/home/oe/src/itsdb/src/tsdb/home")
  • To set the location of skeletons
(tsdb :skeletons "/home/oe/src/lkb/src/tsdb/skeletons/english")
  • To set what gets exported:

{{{(setf *redwoods-export-values*

  • '(:derivation :tree :avm :mrs :prolog))}}}
  • To include (or not) parses marked as dis-preferred when exporting:
(setf *redwoods-export-bad-trees-p* t)
  • To set the separator used in the treebanking annotation window (compare)
(setq *tree-discriminants-separator* " || ")
Clone this wiki locally