Copyright (c) 2000-2004 by Petr Pajas
This is a free software distributed under GPL - The General Public Licence
Full text of the GPL can be found at
http://www.gnu.org/copyleft/gpl.html
TrEd is a graphical editor and viewer of tree structures. Internally TrEd works with files in so called FS-format (a legacy data format developed by M. Kren for his tree editor Graph) and used for syntactical and tectogrammatical trees in The Prague Dependency Treebank.
TrEd has a modular architecture allowing custom input/output modules to be added in order to support other data formats. As for now, TrEd also handles CSTS SGML files (using James Clark's nsgmls parser) and can read Annotation Graphs XML format used by LDC for Arabic treebanking. Another XML format, called TrXML and mentioned in the documentation, is still experimental.
TrEd may be extended by user-defined macros written in Perl with many pre-defined functions for handling trees. Macros may be bound with keyboard shortcuts and/or added to a user-definable menu.
There is also a non-graphical (off-line) variant of TrEd called btred - "Batch-mode Tree Editor" - which allows user to run macros on trees without having to enter the graphical interface and a tool called ntred allowing btred processing to be distributed over several servers.
TrEd supports the following platforms (see installation instructions for details):
For more information, read the DOCUMENTATION here.
The following files are located in Tools/Tred/ directory of PCEDT Distribution or can be downloaded from the TrEd Homepage