NAME
DumpFile::Struct - Helper package for DumpFile.
METHODS
struct
Returns DumpFile instance as a hashref for easy access to its children, including all the attributes and element names. Instead of looping via $element->get_elements()
, you can just say $text->{'paragraphs'}[2]{'sentences'}[3]{'tokens'}[5]{'revisions'}[10]{'text'}
.
AUTHOR
OpenCorpora.org team.
LICENSE
This program is free software, you can redistribute it under the same terms as Perl itself.