Main > Free Download Search >

Free consists thesaurus software for linux

consists thesaurus

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 795
Thesaurus 0.23

Thesaurus 0.23


Thesaurus is a Perl module that maintains lists of associated items. more>>
Thesaurus is a Perl module that maintains lists of associated items.

SYNOPSIS

use Thesaurus;

my $th = Thesaurus->new( -files => [ file1, file2 ],
-ignore_case => 1 );

@words = $th->find(vegan);

%words = $th->find( Faye );

foreach $word ( @{ $words{Faye} } )
{
#something ...
}

$th->add_file( file1, file2 );

$th->add( [ tofu, mock duck ] );

$th->delete( meat, vivisection );

Thesaurus is a module that allows you to create lists of related things. It was created in order to facilitate searches of a database of Chinese names in Anglicized form. Because there are various schemes to create phonetic representations of Chinese words, the following can all represent the same Chinese character:

Woo
Wu
Ng

Thesaurus can be used for anything that fits into a scalar by using the new method with no parameters and then calling the add method to add data.
Thesaurus also acts as the parent class to several child classes which implement various forms of persistence for the data structure. This module can be used on its own to instantiate an object that lives for the life of its scope.

<<less
Download (0.016MB)
Added: 2007-05-22 License: Perl Artistic License Price:
886 downloads
Biblio::Thesaurus 0.27

Biblio::Thesaurus 0.27


Biblio::Thesaurus is a Perl extension for managing ISO thesaurus. more>>
Biblio::Thesaurus is a Perl extension for managing ISO thesaurus.

SYNOPSIS

use Biblio::Thesaurus;

$obj = thesaurusNew();
$obj = thesaurusLoad(iso-file);
$obj = thesaurusRetrieve(storable-file);
$obj = thesaurusMultiLoad(iso-file1,iso-file2,...);

$obj->save(iso-file);
$obj->storeOn(storable-file);

$obj->addTerm(term);
$obj->addRelation(term,relation,term1,...,termn);
$obj->deleteTerm(term);

$obj->isDefined(term);

$obj->describe( { rel=NT, desc="Narrow Term", lang=>"UK" } );

$obj->addInverse(Relation1,Relation2);

$obj->order(rela1, rel2, ....);
@order = $obj->order();

$obj->languages(l1, l2, ....);
@langs = $obj->languages();

$obj->baselang(l);
$lang = $obj->baselang();

$obj->topName(term);
$term = $obj->topName();

$html = $obj->navigate(+{configuration},%parameters);

$html = $obj->getHTMLTop();

$output = $obj->downtr(%handler);
$output = $obj->downtr(%handler,termo, ... );

$obj->appendThesaurus("iso-file");
$obj->appendThesaurus($tobj);

$obj->tc(termo, relation1, relation2);
$obj->depth_first(term, 2, "NT", "UF")

$latex = $obj->toTex( ...)
$xml = $obj->toXml( ...)

ABSTRACT

This module provides transparent methods to maintain Thesaurus files. The module uses a subset from ISO 2788 which defines some standard features to be found on thesaurus files. The module also supports multilingual thesaurus and some extensions to the ISOs standard.

A Thesaurus is a classification structure. We can see it as a graph where nodes are terms and the vertices are relations between terms.

This module provides transparent methods to maintain Thesaurus files. The module uses a subset from ISO 2788 which defines some standard features to be found on thesaurus files. This ISO includes a set of relations that can be seen as standard but, this program can use user defined ones. So, it can be used on ISO or not ISO thesaurus files.

<<less
Download (0.026MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1109 downloads
Thesaurus::DBI 0.01

Thesaurus::DBI 0.01


Thesaurus::DBI is a Perl module that can store and query synonyms (Thesaurus) in an SQL database. more>>
Thesaurus::DBI is a Perl module that can store and query synonyms (Thesaurus) in an SQL database.

SYNOPSIS

use Thesaurus::DBI;

# create new database connection
my $th = new Thesaurus::DBI(dbhost=> localhost, dbname=>thesaurus,dbuser=>user,dbpassword=>pass);

# use existing database connection
my $th = new Thesaurus::DBI(dbhandle => $dbi, dbname=>thesaurus,dbuser=>user,dbpassword=>pass);

# initialize database
$th->create_tables();

# query thesaurus
my @synonyms = $th->find(synonym);

# add synonyms
$th->add([word, synonym]);

# delete word
$th->delete(word);

This subclass of Thesaurus implements persistence by using an SQL database.
This module requires the DBI module from CPAN. To use it with certain database servers, the corresponding database drivers are needed, too. (Mysql -> DBD::mysql)

Please note, that database servers like MySQL doesnt take care of case-sensitivity. So the queries to the thesaurus-database wil all bei case-insensitive.

<<less
Download (0.005MB)
Added: 2007-05-22 License: Perl Artistic License Price:
885 downloads
openSIMS 0.9

openSIMS 0.9


openSIMS project consists of a security infrastructure management system. more>>
openSIMS project consists of a security infrastructure management system.

openSIMS is a Security Infrastructure Management Systems distributed as an open source project through SourceForge, using a modified Mozilla Public License.

OpenSIMS ties together the open source tools used for security event management into a common infrastructure.

These tools include NMap, Snort, and many others.

The best way to experience openSIMS is by downloading the openSIMS liveCD.

<<less
Download (4.1MB)
Added: 2007-01-23 License: MPL (Mozilla Public License) Price:
1009 downloads
RenaissanceCore 0.9.0

RenaissanceCore 0.9.0


RenaissanceCore is a sophisticated analyzer of network traffic that detects intrusion attempts and also reduces false positives. more>>
RenaissanceCore project is a sophisticated analyzer of network traffic that detects intrusion attempts and also reduces false positives.

The RenaissanceCore IDS consists of four components: a stateful IDS sensor, a graphical user interface, a database backend, and a two-way interface between the IDS sensors and the database. Each component can run on a separate host.
<<less
Download (MB)
Added: 2007-08-07 License: GPL v3 Price:
495 downloads
Siteframe 3.2.3

Siteframe 3.2.3


Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites. more>>
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites.

Siteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.

<<less
Download (0.66MB)
Added: 2007-04-25 License: Common Public License Price:
545 downloads
BITE SQL Reports 1.02a

BITE SQL Reports 1.02a


BITE SQL Reports project consists of an advanced SQL reports for existing databases. more>>
BITE SQL Reports project consists of an advanced SQL reports for existing databases.
BITE is SQL reporting software that can be "plugged" into any existing database to add advanced reporting capabilities.
You can build reports and store them in the same database, view, print, save, and FTP these reports to pre-defined places, or distribute the "viewer" software so that others can run the reports that you build.
Enhancements:
- An initial Makefile has been added.
- gcc compile issues have been fixed.
<<less
Download (1.9MB)
Added: 2007-01-19 License: LGPL (GNU Lesser General Public License) Price:
1009 downloads
JRicochet 2

JRicochet 2


JRicochet is a simple puzzle game. more>>
JRicochet is a simple puzzle game. It consists of a 10x10 grid, which contains 5 invisible blocks. From each side a player can shoot probes into the grid. Goal is to find the blocks by the pattern of the ricochetting probes in as few shots as possible.

<<less
Download (0.54MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
852 downloads
Dowser 0.26

Dowser 0.26


Dowser project consists of a Web research and archiving tool. more>>
Dowser project consists of a Web research and archiving tool.

Dowser is a Web research and archiving tool that clusters results from search engines, associates words that appear in previous searches, and keeps a local cache of all the results you click on in a searchable database along with summaries and links to related information.

It helps you to keep track of what you find, with no advertising.

<<less
Download (0.42MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1009 downloads
Comic World Cup Icons for Linux -

Comic World Cup Icons for Linux -


6 Comic freeware icons inspired in the FIFA World Cup 2006. more>> This is one of the Dirceu Veiga's products. It contains 6 comic freeware icons inspired in the FIFA World Cup 2006.
Its content consists of Fifa Trophy, Folder, Folder Ball, Folder Trophy, Folder World Cup, Soccer Ball, Trophy with Bal. You can have a look at it.
<<less
Download (252KB)
Added: 2009-04-12 License: Freeware Price: Free
198 downloads
Elven Heroes Campaign 0.41

Elven Heroes Campaign 0.41


Elven Heroes Campaign project consists in a campaign and new era add-on for The Battle for Wesnoth. more>>
Elven Heroes Campaign project consists in a campaign and new era add-on for The Battle for Wesnoth.

It includes many elven factions from other campaigns, new elven units, and an elven map selection.

It can be played as an MP game.

<<less
Download (6.1MB)
Added: 2007-01-08 License: Free for non-commercial use Price:
1020 downloads
Noia

Noia


Noia project consists of a full GNOME 2.x port of the Noia icon set. more>>
Noia project consists of a full GNOME 2.x port of the Noia icon set.

This is the *full* GNOME 2.x port of the Noia icon set by Carlitus. It includes some specially drawn GNOME-only and OpenOffice icons (made by the original artist) and all icon sizes for sharp drawing of magnified icons.

<<less
Download (16.8MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
2128 downloads
NDisc6 0.9.3

NDisc6 0.9.3


ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that perform ICMPv6 Neighbor Discovery. more>>
ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that perform ICMPv6 Neighbor Discovery and ICMPv6 Router Discovery respectively.
NDisc6 is primarily meant for IPv6 networking diagnostics or to detect rogue IPv6 nodes or routers on an Ethernet segment.
Enhancements:
- traceroute has been parallelized for faster execution, and handles IPv6 extension headers and more ICMPv6 errors, UDP-Lite probes.
- rdisc6 supports RFC4191 (router preference and specific routes) and RDNSS.
<<less
Download (0.021MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
811 downloads
Alphacube Metacity Theme 1.0

Alphacube Metacity Theme 1.0


Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista. more>>
Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista.
The pack contains 6 metacity theme:
1. Simple, whit simple effect on mouse over.
2. Light, whit white light effect on mouse over.
3. Color, whit color light effect on mouse over.
And this version in condensed mode! By Eric, thanks!
To use, you need to unpack the gzip file and then import the metacity theme (first delete the old theme)
--> thanks to ALL, for the high score of this theme!
Enhancements:
- Fix Condensed version
<<less
Download (0.056MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
963 downloads
Know Base 1.3

Know Base 1.3


Know Base project consists of knowledge, document, and project management tool. more>>
Know Base project consists of knowledge, document, and project management tool.

Know Base is a Web-based knowledge management system. It allows users to share files and projects across multiple business divisions.

A unique notification system alerts users when projects are modified, or when new projects are added that match their search terms.

<<less
Download (0.035MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1010 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5