Difference between revisions of "CorpusDraw"
From Icelandic Parsed Historical Corpus (IcePaHC)
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
CorpusDraw is a tree editing tool which is a part of the [http://corpussearch.sourceforge.net/ CorpusSearch] package developed by Beth Randall at the University of Pennsylvania. CorpusDraw is used for manual corrections of trees in the Icelandic Treebank. | CorpusDraw is a tree editing tool which is a part of the [http://corpussearch.sourceforge.net/ CorpusSearch] package developed by Beth Randall at the University of Pennsylvania. CorpusDraw is used for manual corrections of trees in the Icelandic Treebank. | ||
| + | |||
| + | Opening CorpusDraw to parse a file: java -classpath CS_2.002.75.jar drawtree.CorpusDraw file.psd | ||
| + | |||
| + | ==Keyboard shortcuts== | ||
| + | <pre> | ||
| + | <--: esc 2 # (one sentence back) | ||
| + | -->: esc 1 # (one sentence forward) | ||
| + | GoTo: esc g # (select sentence number) | ||
| + | |||
| + | Redo: esc r | ||
| + | Undo: esc u | ||
| + | |||
| + | Label: esc l # (change label) | ||
| + | Add node: esc n | ||
| + | MoveTo: esc m | ||
| + | CoIndex: esc c | ||
| + | <--0: esc b # (make sister to the left) | ||
| + | 0-->: esc a # (make sister to the right) | ||
| + | <--Trace: esc x | ||
| + | Trace-->: esc y | ||
| + | |||
| + | <--Merge: esc p | ||
| + | Merge-->: esc f | ||
| + | Split: esc s | ||
| + | </pre> | ||
Latest revision as of 11:21, 25 August 2019
CorpusDraw is a tree editing tool which is a part of the CorpusSearch package developed by Beth Randall at the University of Pennsylvania. CorpusDraw is used for manual corrections of trees in the Icelandic Treebank.
Opening CorpusDraw to parse a file: java -classpath CS_2.002.75.jar drawtree.CorpusDraw file.psd
Keyboard shortcuts
<--: esc 2 # (one sentence back) -->: esc 1 # (one sentence forward) GoTo: esc g # (select sentence number) Redo: esc r Undo: esc u Label: esc l # (change label) Add node: esc n MoveTo: esc m CoIndex: esc c <--0: esc b # (make sister to the left) 0-->: esc a # (make sister to the right) <--Trace: esc x Trace-->: esc y <--Merge: esc p Merge-->: esc f Split: esc s