Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Linguistic Tree Constructor 3.0.1 (Default branch) Post 302245912 by Linux Bot on Saturday 11th of October 2008 04:20:06 PM
Old 10-11-2008
Linguistic Tree Constructor 3.0.1 (Default branch)

ImageLinguistic Tree Constructor is an application fordrawing linguistic syntax trees. Its main strengthis assisting in data production by quicklyanalyzing large amounts of text. "Generic" treesare supported, as well as RRG and X-Bar trees.Node-categories are user-definable, and additionaluser-definable labels can also be applied to eachnode. Publication-quality, high-resolution,horizontal trees can be drawn. The file format isbased on TIGER-XML.License: GNU General Public License (GPL)Changes:
Several bugs which could lead to a crash werefixed. These are usability fixes, not securityfixes.Image

Image

More...
 
Forest::Tree::Builder::SimpleTextFile(3pm)		User Contributed Perl Documentation		Forest::Tree::Builder::SimpleTextFile(3pm)

NAME
Forest::Tree::Builder::SimpleTextFile - Parse trees from indented ASCII files SYNOPSIS
use Path::Class; my $file = file($path); my $builder = Forest::Tree::Builder::SimpleTextFile->new( fh => $file->openr, ); my $tree = $builder->tree; DESCRIPTION
This module replaces Forest::Tree::Reader::SimpleTextFile with a declarative api instead of an imperative one. ATTRIBUTES
fh The filehandle to read from. Required. parser A coderef that parses a single line from "fh" and returns the node depth and its value. Defaults to space indented text. See also "tab_width". tab_width The indentation level for the default parser. Defaults to 4, which means that four spaces equate to one level of nesting. BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT. AUTHOR
Yuval Kogman COPYRIGHT AND LICENSE
Copyright 2008-2010 Infinity Interactive, Inc. <http://www.iinteractive.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-09-27 Forest::Tree::Builder::SimpleTextFile(3pm)
All times are GMT -4. The time now is 07:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy