Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    SuffixTree 0.03

    Download button

    No screenshots available
    Downloads: 446  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.4/5)
    7 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Shlomo Yona | More programs
    Perl Artistic License / FREE
    March 13th, 2008, 11:12 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    SuffixTree description

    SuffixTree is a Perl module for efficient string manipulation data structure interface for Perl.

    SuffixTree is a Perl module for efficient string manipulation data structure interface for Perl.

    SYNOPSIS

    use SuffixTree;

    my $str = "mississippi";
    my $tree=create_tree($str);
    print_tree($tree);
    my $position = find_substring($tree, "ssis");

    printf("nPosition of ssis in mississippi is %ld.nn", $position);

    delete_tree($tree); # NOTICE: this method will soon become deprecated

    DEPRECATED SYNOPSIS

    use SuffixTree;

    my $str = "mississippi";
    my $tree=ST_CreateTree($str, length($str));
    ST_PrintTree($tree);
    my $position = ST_FindSubstring($tree, "ssis", 4);

    printf("nPosition of ssis in mississippi is %ld.nn", $position);

    ST_DeleteTree($tree);

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    string manipulation | Perl interface | Perl module | string | manipulation | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM