Skip to content

IndraTreebanking

DavidMoeljadi edited this page Jul 6, 2015 · 17 revisions

1. Make a testsuite

General guidelines and formatting: http://compling.hss.ntu.edu.sg/courses/hg7021/testsuites.html

2. The testsuite should be placed in ~/ind/tsdb/skeletons

3. Add testsuite information in ~/ind/tsdb/skeletons/ind/index.lisp

At the end of index.lisp: ((:path . "nameoftestsuite") (:content . "explanation"))

4. Make a shortcut of ind folder in ~/logon/ntu

5. Make a shortcut of skeletons folder in ~/logon/lingo/lkb/src/tsdb/skeletons

Rename that folder into ind

6. Make sure that the paths for ind skeletons etc. are in these files:

  • ~/logon/bin/answer
  • ~/logon/dot.tsdbrc
  • ~/logon/parse

7. Run this command in logon$

~/logon$ ./parse --binary --ind --protocol 2 --best 1 --limit 0 --count 8 mrs
  • 8 is the number of CPU. It can be checked in System Monitor.
  • mrs is the name of testsuite folder.

8. Run [incr tsdb()]

  • Database: Home/logon/lingo/lkb/src/tsdb/home/ind
  • Skeleton: Home/logon/lingo/lkb/src/tsdb/skeletons/ind

9. Activate external treebanking tool

Trees > Switches > External Treebanking Tool

10. To automatically update

Trees > Update : Automatic Update

11. To annotate:

Trees > Annotate

The profile will be saved in ~/logon/lingo/lkb/src/tsdb/home/ind/

Clone this wiki locally