NAME
Treex::PML::Backend::CSTS - I/O backend for PDT 1.0 CSTS documents
DESCRIPTION
This module implements a Treex::PML input/output backend for a legacy SGML-based format called CSTS used in the Prague Dependency Treebank 1.0.
SYNOPSIS
use Treex::PML; Treex::PML::AddBackends(qw(CSTS))
my $document = Treex::PML::Factory->createDocumentFromFile('input.csts'); ... $document->save();
COPYRIGHT AND LICENSE
Copyright (C) 2006-2010 by Petr Pajas, 2010-2024 Jan Stepanek
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.