Skip to content

Releases: nilsreiter/SimpleXmiViewer

0.7.0

16 May 06:04
v0.7.0
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Changelog

  • We can now show feature structures that are not annotations, i.e., not bound to a specific text portion. (8de958b)
  • The application now runs on Macs with Java 9 or newer. Unfortunately, files can no longer opened via context click. (3e66d8b)

0.6.5

15 May 19:46
v0.6.5
8aee667
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release
  • Fix for an issue that prevented the included type systems from actually loading (8d1654b)
  • More logging (d59609e, b54992a)
  • New window to show the active type system description as XML (301d577)
  • Removed log window menu item from view menu (fa08598)
  • Update build plugins (e99e024)

0.6.4

10 May 07:06
v0.6.4
2cae251
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release
  • Added a debug menu to inspect
    • system properties (user.home)
    • configuration settings
  • A selection of type systems is now included into the package
  • The application no longer crashes when non-existing type systems are to be loaded
  • New about dialog
  • Activated log viewer

0.6.3

16 Dec 05:23
v0.6.3
282f2d5
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release
  • The program now properly logs events (in ~/.SimpleXmiViewer.log)
  • Search results are now underlined, to be not confused with the annotations.

0.6.2

23 Nov 09:07
v0.6.2
fc96057
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • Cancelling the open dialog when no document is opened closes the application entirely
  • Users can now open multiple documents at once

0.6.1

16 Nov 07:47
v0.6.1
7cc5f2f
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Re-enabled loading of typesystem.xml if it's in the same directory as the xmi file

0.6.0

15 Nov 19:10
v0.6.0
4acf4f7
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Simple search interface allows for searching the primary text. Supports regular expressions, different found variants can be visualised as a bar chart
  • URIs to type systems can be specified in a configuration file: ~/.SimpleXmiViewer.ini. All specified type systems will be loaded and merged. It's best to avoid duplicates for the moment.
    • some basic dkpro type systems are included in the jar file (more will be included in future releases)

0.5.0

10 Nov 13:06
v0.5.0
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Better behaviour for opening and closing files

Simple Xmi Viewer 0.4

16 Mar 20:38
Compare
Choose a tag to compare
Simple Xmi Viewer 0.4 Pre-release
Pre-release

Basic functionality, opening files, changing font size, opening with double/secondary click on OSX.

The core XMI view is imported from UIMA annotation viewer.