Skip to content

ItsdbCustomization

FrancisBond edited this page May 9, 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* " || ")

* To customize instance names proposed for new test suites

(setf *tsdb-instance-template* "hinoki/%t/%d")

Values include:

(#\g grammar), (#\v version). (#\t skeleton), (#\d date), (#\s system), (#\% "%")
Clone this wiki locally