Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.552 Times

Term Extraction Webservice freeware
Filter: All | Freeware | Demo
 

Term Extraction Webservice

1 2 3 4 5 > 
Added: March 22, 2010 | Visits: 1.444

WebService::Yahoo::TermExtractor WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService. SYNOPSIS use WebService::Yahoo::TermExtractor; my $yte = WebService::Yahoo::TermExtractor->new( appid => your_app_id, context => $source_text); my $terms = $yte->get_terms; # returns an array ref... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): WebService::Yahoo::TermExtractor Download

Added: November 14, 2010 | Visits: 902

Uplug Uplug is a collection of tools for linguistic corpus processing, word alignment, and term extraction from parallel corpora. Several tools have been integrated in Uplug. Pre-processing tools include a sentence splitter, tokenizer, and external part-of-speech tagger and shallow parsers. The... Platforms: *nix

License: Freeware Size: 21.9 MB Download (108): Uplug Download

Added: May 10, 2013 | Visits: 367

Taxonomy blacklist 5.x- This is useful if a vocabulary can be modified by your end-users (prevents bad words from polluting your tags on a social-networking site, for instance) or if the vocabulary is feeded automatically (for instance with keywords extracted automatically through the Yahoo Term Extraction module).Every... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (48): Taxonomy blacklist 5.x- Download

Added: May 10, 2013 | Visits: 361

Taxonomy blacklist 5.x- This is useful if a vocabulary can be modified by your end-users (prevents bad words from polluting your tags on a social-networking site, for instance) or if the vocabulary is feeded automatically (for instance with keywords extracted automatically through the Yahoo Term Extraction module).Every... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Taxonomy blacklist 5.x- Download

Added: February 16, 2010 | Visits: 1.297

Lingua::EN::Keywords::Yahoo Lingua::EN::Keywords::Yahoo it can automatically extracts keywords from text using the Yahoo! API. SYNOPSIS use Lingua::EN::Keywords::Yahoo qw(keywords); my @keywords = keywords($text); or my @keywords = keywords($text, $query); Where $query is an optional term to help with the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (106): Lingua::EN::Keywords::Yahoo Download

Added: November 12, 2013 | Visits: 344

Text::TermExtract Text::TermExtract takes a simple approach at extracting the most interesting terms from documents of arbitrary length. There's more scientific methods to term extraction, like Yahoo's online term extraction API (but you can't have it locally) and the Lingua::YaTeA module on CPAN (which is so... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Text::TermExtract Download

Added: June 09, 2010 | Visits: 1.059

Term::VT102 Term::VT102 is a class to emulate a DEC VT102 terminal. SYNOPSIS use Term::VT102; my $vt = Term::VT102->new (cols => 80, rows => 24); while (<>) { $vt->process ($_); } The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a... Platforms: *nix

License: Freeware Size: 24.58 KB Download (122): Term::VT102 Download

Added: February 12, 2010 | Visits: 1.176

Term::ANSIScreen Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences. SYNOPSIS # qw/:color/ is exported by default, i.e. color() & colored() use Term::ANSIScreen qw/:color :cursor :screen :keyboard/; print setmode(1), setkey(a,b); print "40x25 mode now, with a mapped to... Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): Term::ANSIScreen Download

Added: May 08, 2010 | Visits: 912

WebService::MusicBrainz WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. SYNOPSIS use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): WebService::MusicBrainz Download

Added: February 06, 2010 | Visits: 632

WebService::Eventful WebService::Eventful is a Perl interface to EVDB public API. SYNOPSIS use WebService::Eventful; my $evdb = WebService::Eventful->new(app_key => $app_key); $evdb->login(user => harry, password => H0gwart$) or die "Cant log in: $WebService::Eventful::errstr"; # call() accepts either an... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): WebService::Eventful Download

Added: February 20, 2010 | Visits: 1.540

WebService::Basecamp WebService::Basecamp is a Perl interface to the Basecamp API webservice. SYNOPSIS use WebService::Basecamp; my $bc = WebService::Basecamp->new( url => http://mysite.clientsection.com, user => username, pass => password ); my $test = $bc->ping || die $bc->error(); my $projects =... Platforms: *nix

License: Freeware Size: 23.55 KB Download (103): WebService::Basecamp Download

Added: August 12, 2010 | Visits: 1.161

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =... Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

Added: March 15, 2010 | Visits: 611

WebService::Upcoming WebService::Upcoming is a Perl interface to the Upcoming API. SYNOPSIS use WebService::Upcoming; my $upco = new WebService::Upcoming("*** UPCOMING API KEY HERE ***"); my $objc = $upco->call("event.search", { "search_text" => "music" }); die("ERROR: ".$upco->err_text()."n") if... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): WebService::Upcoming Download

Added: April 24, 2010 | Visits: 1.027

WebService::Mappoint WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite. SYNOPSIS Map fetch example for use with Mappoint 3.0 service. use WebService::Mappoint; use MIME::Base64; my $render = new WebService::Mappoint::Render(); my... Platforms: *nix

License: Freeware Size: 8.19 KB Download (119): WebService::Mappoint Download

Added: July 27, 2010 | Visits: 989

Term::ReadLine::Gnu Term::ReadLine::Gnu is a Perl extension for the GNU Readline/History Library. SYNOPSIS use Term::ReadLine; $term = new Term::ReadLine ProgramName; while ( defined ($_ = $term->readline(prompt>)) ) { ... } This is an implementation of Term::ReadLine using the GNU Readline/History... Platforms: *nix

License: Freeware Size: 66.56 KB Download (101): Term::ReadLine::Gnu Download

Added: November 01, 2010 | Visits: 927

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There... Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: June 20, 2010 | Visits: 798

Term::ANSIMenu Term::ANSIMenu is an infrastructure for creating menus in ANSI capable terminals. SYNOPSIS use Term::ANSIMenu; my $menu = Term::ANSIMenu->new( width => 40, help => [[, &standard_help], [hint 1, &help_item], [ undef, &standard_help], [hint 3, undef] ], title => title, items => [[1,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Term::ANSIMenu Download

Added: November 03, 2010 | Visits: 716

WebService::Kizasi WebService::Kizasi is a Perl Interface for the Kizasi Web Services. SYNOPSIS use WebService::Kizasi; use Encode qw(_utf8_off); my $kizapi = WebService::Kizasi->new(); my @result; $result[0] = $kizapi->c10e_word_1d(CPAN); $result[1] = $kizapi->c10e_word_1w(CPAN); $result[2] =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (86): WebService::Kizasi Download

Added: March 09, 2010 | Visits: 1.774

Term::Animation Term::Animation is a Perl module that provides a framework to produce sprite animations using ASCII art. Each ASCII sprite is given one or more frames, and placed into the animation as an animation entity. An animation entity can have a callback routine that controls the position and frame of... Platforms: *nix

License: Freeware Size: 18.43 KB Download (138): Term::Animation Download

Added: September 19, 2010 | Visits: 811

WebService::TicketAuth WebService::TicketAuth is a ticket-based authentication module for SOAP services. SYNOPSIS @WebService::MyService::ISA = qw(WebService::TicketAuth); WebService::TicketAuth is an authentication system for SOAP-based web services, that provides a signature token (like a cookie) to the client... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): WebService::TicketAuth Download

1 2 3 4 5 >