Differences between revisions 9 and 10
Revision 9 as of 2014-01-30 10:19:24
Size: 5649
Editor: GregorThiele
Comment:
Revision 10 as of 2014-01-30 10:34:25
Size: 5680
Editor: GregorThiele
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
{{attachment:treebank_graph-outline.png}} This tab is when inspecting a treebank {{attachment:treebank_inspect.png}}: {{attachment:treebank_graph-outline.png}} This tab is used to show the sentence data when inspecting a treebank {{attachment:treebank_inspect.png}}:

ICARUS Treebank Manager Perspective:

The treebank_manager_perspective.png perspective is used to create/edit treebanks. Treebanks configured here may be used within the search-perspective.

The latest implementation supports the following input types:

  • Tokenized Text
  • CoNLL 2009
  • CoNLL 2006
  • TextCorpusFormat (TCF) 0.4

Treebank Overview: treebank_explorer.png Note the "New Treebank" is marked with an treebank_explorer_error-icon.png this indicates that there was no location set.

  1. Adding a new Treebank using the add_treebank.png button. Use modification buttons treebank_edit-del-buttons.png to delete, rename or edit selected treebank.

  2. After clicking the "Add new Treebank Button" add_treebank.png the treebank explorer dialog shows up: treebank_explorer_dialog.png

    • Name: specify the Treebank Name that will show up in the treebank Overview.
    • Location: treebank location on the file system (local/network).
    • Reader: Reader for the current treebank. E.g.: CONLL09(gold), CONLL09(system) or TCF 0.4.
    • Properties: (currently not used)
  3. Use treebank_load.png bottun to load the treebank. Afterwards it can be inspected clicking on treebank_inspect.png . The unload button treebank_unload.png will unload the treebank from the main memory.

Graph-List Outline

treebank_graph-outline.png This tab is used to show the sentence data when inspecting a treebank treebank_inspect.png:

Graph-List Outline Toolbar: treebank_graph-outline-tb.png

  • preferences.png = Open the preferences

  • arc-layout.png = Change the current graph layout. There are three different layout types available qe_layouts.png

    1. Arc layout qe_arc-layout.png

    2. No layout qe_no-layout.png

    3. Tree qe_tree-layout.png

  • clear.png = Clear graph panel - every nodes/edges are deleted

  • export.png = Save the current search graph to XML file (may be imported later)

  • import.png = Import a search graph XML file

  • print.png = Print the current graph

  • add-node.png = Add a new node to the current search graph

  • add-edge.png = Connects two nodes (two nodes must be selected before this action can be performed)

  • add-pedge.png = Connects two nodes with a precedence relation (two nodes must be selected before this action can be performed)

  • delete.png = Delete selected node/edge (multi selection possible)

  • edit.png = Open the edit node/edge dialog (Instead of using this button you may doubleclick a node/edge to open the edit dialog)

  • clone.png = Duplicate (copy and insert) the selected nodes/edges. Quick way to duplicate a graph. Note: edges are only copied when their source and target node is selected.

  • copy_button.png = Copy and the selected nodes/edges. Note: edges are only copied when their source and target node is selected. (strg+c)

  • paste_button.png = Paste previously copied nodes/edges. (strg+p)

  • reorder-graph.png = Redraw the graph, can be useful while adding new nodes, edges or constraints may mess up the graph layout. Example (arc-layout): (left nodes/edges unsorted; right nodes/edges reorderes) graph-redraw.png

  • undo.png = Undo the last graph editor operation

  • redo.png = Redo the last graph editor operation

  • zin.png = Increase zoom level

  • zdefault.png = Switch back to the default zoom level

  • zout.png = Decrease zoom level

  • zauto.png = Autofit zoom level to the current graph panel size (default off)

  • zcompress.png = Compress graph (right-left). Merge node/edge information into a node. Search annotation highlight is never merged and always visible. (default off)

  • hl_inedge.png = Highlight the incoming edge of the selected node (multiselection possible) (default off)

  • hl_outedge.png = Highlight the outgoing edge/edges of the selected node (multiselection possible) (default off)

    • Example where the node "son" is selected and highlight is switched on for incoming and outgoing edges hl_example.png Note: It is possible to navigate through a graph (after selecting at least one node/edge) using the "arrow keys"

  • treebank_tb-unused.png = unused right now

Treebank Properties Outline

At the very right is the "properties" outline. It consists of two different tabs.

  1. Properties: The properties show some additional treebank information. For example, name, status (loaded). Also some Meta-Data is provided that includes the minimum, maximum and average sentence lengt as well as the total length (equal total token count) (attachment:treebank_properties-tab.png

  2. Table Outline: A table representation of the graph shown in the Graph-List outline. attachment:treebank_table-outline.png

extern/ICARUS-Treebank_Manager (last edited 2014-04-25 10:03:39 by GregorThiele)