Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2013-12-10 13:37:44
Size: 28
Editor: GregorThiele
Comment:
Revision 10 as of 2014-01-31 10:20:26
Size: 6265
Editor: GregorThiele
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
ICARUS hier beschreiben... = ICARUS: Interactive platform for Corpus Analysis and Research tools, University of Stuttgart =

ICARUS [1] is a search and visualization tool that primarily targets dependency trees. It enables the user to search dependency treebanks given a variety of constraints, including searching for particular subtrees. Emphasis has been placed on a functionality that makes it possible for the user to switch back and forth between a high-level, aggregated view of the search results and browsing of particular corpus instances.

Please send questions and bug reports to icarus@ims.uni-stuttgart.de .

[1] Gärtner, Markus, Thiele, Gregor, Seeker, Wolfgang, Björkelund, Anders and Kuhn, Jonas. '''ICARUS - An Extensible Graphical Search Tool for Dependency Treebanks'''. ''In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations'', Sofia, Bulgaria, August 2013. [[[[http://aclweb.org/anthology-new/P/P13/P13-4010.pdf|[pdf]]] [[[[http://www.ims.uni-stuttgart.de/forschung/ressourcen/werkzeuge/icarus/icarus_poster.pdf|[poster]]]


<<Anchor(icarus-index)>>
== Index ==
 I. [[#icarus-system-requirements|System Requirements]]
 I. [[#how-to-start-icarus|How to start ICARUS]]
 I. [[#icarus-main-menu|ICARUS Main Menu]]
 I. [[#icarus-log-tab|ICARUS LOG Tab]]

<<Anchor(icarus-system-requirements)>>
=== System Requirements ===
The latest version can be downloaded [[http://www.ims.uni-stuttgart.de/forschung/ressourcen/werkzeuge/icarus.html|here]].
||||||<tablewidth="712px" tableheight="153px"style="text-align:center">'''ICARUS ''''''System Requirements:''' ||
|| ||'''Minimum Requirements:''' ||'''Recommended Requirements:''' ||
||Supported OS: ||32-bit/64-Bit (Windows, Linux, Mac OS) ||64-Bit (Windows, Linux, Mac OS) ||
||[[http://java.com|Java Version:]] ||1.7 (32-bit/64-Bit) or newer ||1.7 (64-Bit) or newer ||
||RAM: ||1GB ||4GB ||
||Hard Disk: ||||<style="text-align:center">20 MB ||

[[#icarus-index|Back To Index]]


<<Anchor(how-to-start-icarus)>>
=== How to start ICARUS ===
Start ICARUS via commandline (Java 1.7 required):

''java -Xms1g -Xmx4g -jar icarus.jar''

''adjust the heap space parameters (Xms , Xmx) to your needs''

[[attachment:perspective_view.png|{{attachment:perspective_view.png|attachment:perspective_view.png|width="600"}}]]

After starting ICARUS the perspective view shows up. ICARUS comes with five different perspectives:

 * {{attachment:icarus_treebank-perspective.png}} [[ICARUS-Treebank_Manager|Treebank Manager]]
 * {{attachment:icarus_development-perspective.png}} [[ICARUS-Development-Perspective|Development]] Usefull if you are going to develop an extension.
 * {{attachment:icarus_matetools-perspective.png}} [[ICARUS-Matetools-Parser|Matetools-Parser]]
 * {{attachment:icarus_search-perspective.png}} [[ICARUS-Search-Perspective|Search-Perspective]]
 * {{attachment:icarus_weblicht-perspective.png}} [[ICARUS-Weblicht|Weblicht]]

[[#icarus-index|Back To Index]]


<<Anchor(icarus-main-menu)>>
=== ICARUS Main Menu ===
The main menu {{attachment:icarus_menu.png}} is found in every perspective and offer the same functionalities:

 * '''File:'''
  * Exit = Close the ICARUS platform
 * '''Window:''' ICARUS allows the user to handle multiple Windows within the same session (e.g. one Treebank Manager Window and two Search Perspective Windows)
  * Close Window = Close the current focused window, if only one window is active ICARUS is closed
  * New Window = Open a new window
  * Copy Window = Generate a new window of the currently selected one (e.g. if the search perspective is active "copy window" result in another search perspective window)

  * Open Perspective = To switch to another perspective or just press the {{attachment:icaurs_perspective.png}} to open the perspective choose dialog
  * Close Perspective = Close the current focused perspective. ICARUS will not exit. If only one perspective is active the select perspective windowwill pop up.
  * Close all perspectives = Close all perspectives and the select perspective window will pop up. ICARUS will not exit.
  * Reset perspective = reset perspective

  * Preferences {{attachment:icarus_preferences.png}}: open the ICARUS preferences dialog. Note: Preferences can also be accessed using the {{attachment:icarus_preferences.png}} button in the different perspectives.

 * '''Help''':
  * About = Show the About ICARUS dialog (ICARUS build version, authors, contact options, EULA,...)


Below each perspectiv is the ''status bar'' {{attachment:icarus_status-bar.png}}.
 * {{attachment:icarus_taskprogress.png}} = Active tasks are displayed (with their description and progress bar) to the left of the memory consumption bar. Click {{attachment:icarus_taskprogress-cancel.png}} to cancel the current task.
 * {{attachment:icarus_memory.png}} = Shows the current memory consumption of ICARUS. Coloring changes from green to red. The dashed border is the threshhold when ICRUS shows a warning that it may run out of memory. (The parameters -Xms1g (start JVM size, here 1 gigabyte) -Xmx4g (maximum JVM size, here 4 gigabyte) can be used when starting ICARUS to change the JVM memory allocation)
 * {{attachment:icarus_taskpanel.png}} = If there are any active tasks (e.g. search tasks) you can click to get a list of all active tasks and may cancel them.

[[#icarus-index|Back To Index]]


<<Anchor(icarus-log-tab)>>
=== ICARUS LOG Tab ===
The Log tab is used to show errors/informations to the user. The user may double click a log entry to show its details:
[[attachment:icarus_logrecord.png|{{attachment:icarus_logrecord.png|attachment:icarus_logrecord.png|height="100"}}]]
{{attachment:icarus_logtab.png}}

 * {{attachment:icarus_clear.png}} = Clear log (all log entries will be deleted)
 * {{attachment:icarus_copy.png}} = Copy marked entry
 * {{attachment:icarus_log-options.png}}
  * {{attachment:icarus_scroll-log.png}} = Autoscroll log (default on)
  * {{attachment:icarus_show-log-warning.png}} = Show log when an "warning" record is added. (default on)
  * {{attachment:icarus_show-log-error.png}} = Show log when an "error" record is added. (default on)

[[#icarus-index|Back To Index]]

ICARUS: Interactive platform for Corpus Analysis and Research tools, University of Stuttgart

ICARUS [1] is a search and visualization tool that primarily targets dependency trees. It enables the user to search dependency treebanks given a variety of constraints, including searching for particular subtrees. Emphasis has been placed on a functionality that makes it possible for the user to switch back and forth between a high-level, aggregated view of the search results and browsing of particular corpus instances.

Please send questions and bug reports to icarus@ims.uni-stuttgart.de .

[1] Gärtner, Markus, Thiele, Gregor, Seeker, Wolfgang, Björkelund, Anders and Kuhn, Jonas. ICARUS - An Extensible Graphical Search Tool for Dependency Treebanks. In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations, Sofia, Bulgaria, August 2013. [pdf] [poster]

Index

  1. System Requirements

  2. How to start ICARUS

  3. ICARUS Main Menu

  4. ICARUS LOG Tab

System Requirements

The latest version can be downloaded here.

ICARUS System Requirements:

Minimum Requirements:

Recommended Requirements:

Supported OS:

32-bit/64-Bit (Windows, Linux, Mac OS)

64-Bit (Windows, Linux, Mac OS)

Java Version:

1.7 (32-bit/64-Bit) or newer

1.7 (64-Bit) or newer

RAM:

1GB

4GB

Hard Disk:

20 MB

Back To Index

How to start ICARUS

Start ICARUS via commandline (Java 1.7 required):

java -Xms1g -Xmx4g -jar icarus.jar

adjust the heap space parameters (Xms , Xmx) to your needs

attachment:perspective_view.png

After starting ICARUS the perspective view shows up. ICARUS comes with five different perspectives:

Back To Index

ICARUS Main Menu

The main menu icarus_menu.png is found in every perspective and offer the same functionalities:

  • File:

    • Exit = Close the ICARUS platform
  • Window: ICARUS allows the user to handle multiple Windows within the same session (e.g. one Treebank Manager Window and two Search Perspective Windows)

    • Close Window = Close the current focused window, if only one window is active ICARUS is closed
    • New Window = Open a new window
    • Copy Window = Generate a new window of the currently selected one (e.g. if the search perspective is active "copy window" result in another search perspective window)
    • Open Perspective = To switch to another perspective or just press the icaurs_perspective.png to open the perspective choose dialog

    • Close Perspective = Close the current focused perspective. ICARUS will not exit. If only one perspective is active the select perspective windowwill pop up.
    • Close all perspectives = Close all perspectives and the select perspective window will pop up. ICARUS will not exit.
    • Reset perspective = reset perspective
    • Preferences icarus_preferences.png: open the ICARUS preferences dialog. Note: Preferences can also be accessed using the icarus_preferences.png button in the different perspectives.

  • Help:

    • About = Show the About ICARUS dialog (ICARUS build version, authors, contact options, EULA,...)

Below each perspectiv is the status bar icarus_status-bar.png.

  • icarus_taskprogress.png = Active tasks are displayed (with their description and progress bar) to the left of the memory consumption bar. Click icarus_taskprogress-cancel.png to cancel the current task.

  • icarus_memory.png = Shows the current memory consumption of ICARUS. Coloring changes from green to red. The dashed border is the threshhold when ICRUS shows a warning that it may run out of memory. (The parameters -Xms1g (start JVM size, here 1 gigabyte) -Xmx4g (maximum JVM size, here 4 gigabyte) can be used when starting ICARUS to change the JVM memory allocation)

  • icarus_taskpanel.png = If there are any active tasks (e.g. search tasks) you can click to get a list of all active tasks and may cancel them.

Back To Index

ICARUS LOG Tab

The Log tab is used to show errors/informations to the user. The user may double click a log entry to show its details: attachment:icarus_logrecord.png icarus_logtab.png

  • icarus_clear.png = Clear log (all log entries will be deleted)

  • icarus_copy.png = Copy marked entry

  • icarus_log-options.png

    • icarus_scroll-log.png = Autoscroll log (default on)

    • icarus_show-log-warning.png = Show log when an "warning" record is added. (default on)

    • icarus_show-log-error.png = Show log when an "error" record is added. (default on)

Back To Index

extern/ICARUS (last edited 2014-09-23 16:39:02 by AndersBjorkelund)