Max Planck Institute for Psycholinguistics
Synpathy release history
February 8, 2007: Release 1.0
This is the first release of 'synpathy' as a stand-alone tool. It was derived from the Syntax-Viewer of the TIGERSearch project at the University of Stuttgart, Germany. Some changes are due to the integration of the tool into the Corpus Spoken Dutch Exploration tool "Corex". Despite some non-trivial modifications, it should be still backwards compatible. Mainly the viewing components have been refactored and extended, whilethe model classes (ims.tiger.corpus) remained unchanged. So it should be possible, if wanted, to re-integrate synpathy into TIGERSearch.
The changes per package:
- package ims.tiger.corpus: completely unchanged (in order to be compatible with rest of TIGERSearch classes)
- package ims.tiger.export: added check in ExportManager on existence of a root node; added method saveHeader()
- package ims.tiger.gui.shared: changes in the AboutWindow
- package ims.tiger.gui.shared.progress: some classses omitted
- package ims.tiger.gui.tigergrapheditor: new
- package ims.tiger.gui.tigergraphviewer:
- TIGERGraphViewer has been split up into several classes in order to make it subclassable from external (non-ims) classes
- package ims.tiger.gui.tigergraphviewer.draw:
- GraphPanel has been refactored and split up into several components.
SVG document creation is done now by the class svggenerator instead of 'manually' filling the document. The SVG library (batik) has been updated from version 1.1.1 to 1.6
- Display_Node, Display_T_Node, Display_NT_Node and Display_Sentence are thoroughly refactored (and slightly renamed). They are no longer subclasses of the corresponding classes in ims.tiger.corpus. Some added functionality concerns egde highlighting and checks on feature=null
- GraphConstants: tries now to read configuration file out of jar, too
package ims.tiger.gui.tigergraphviewer.forest:
- CorpusForest allows empty forests, too
- added filter method in class ResultForest (used only by Corex)
package ims.tiger.gui.tigergraphviewer.options: ExportImageDialog has been split up into GUI and export modul
packages ims.tiger.index.reader, ims.tiger.system, ims.tiger.util: some classes omitted
package ims.tiger.parse: new
packages ims.tiger.query.api and ims.tiger.query.internalapi: some Exception-classes omitted. Consequently, CorpusQueryManager and InternalCorpusQueryManager don't throw them, QueryHandler doesn't catch them. These three classes have to be overwritten by the original classes in order to make synpathy run as part of TIGERSearch!
June 14, 2007: Release 1.0.1
This release contains a bug-fix concerning the deletion of non-terminal nodes.