Skip to content

Commit

Permalink
Merge pull request #358 from zangsir/Issue334-SimpleExporterInfo
Browse files Browse the repository at this point in the history
added instructions for SimpleTextExporter.
  • Loading branch information
thomaskrause committed Oct 14, 2014
2 parents d6a9ae2 + 0da02f2 commit e9428aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions annis-gui/src/main/java/annis/gui/ExportPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ private void initHelpMessages()
+ "<code>metakeys=title,documentname</code>) <br />"
+ "<em>numbers</em> - set to \"false\" if the grid event numbers should not be included in the output (e.g. "
+ "<code>numbers=false</code>)");

help4Exporter.put(EXPORTER[4].getClass().getSimpleName(),
"The SimpleTextExporter exports only the plain text of every search result. ");
}

public class ExporterSelectionHelpListener implements
Expand Down

0 comments on commit e9428aa

Please sign in to comment.