Main > Free Download Search >

Free provided thesaurus software for linux

provided thesaurus

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6968
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
Rhinohide 0.2.0 r2

Rhinohide 0.2.0 r2


Rhinohide is a Java implementation of the W3C DOM, layered over a Web browsers native JavaScript. more>>
Rhinohide is a Java implementation of the W3C DOM, layered over a Web browsers native JavaScript.
Rhinohide provides an interface for applets to manipulate their containing Web pages, using a standard Java binding of the DOM. The code is still in alpha, and coverage is incomplete, but at least partial support is provided for these DOM features:
- Core level 3
- XML
- Events
- Traversal
- Range
<<less
Download (MB)
Added: 2007-06-15 License: MIT/X Consortium License Price:
864 downloads
Fortress 0.3

Fortress 0.3


Fortress is a simple script driven framework for performing security scans. more>>
Fortress is a simple script driven framework for performing security scans. The core of the application is an application which will execute testing scripts written using the embedded LUA scripting engine.

The scripts may perform almost arbitrary operations, including making HTTP requests, conducting port scanning, and taking advantage of several other provided primitives.

<<less
Download (0.076MB)
Added: 2005-10-26 License: GPL (GNU General Public License) Price:
1478 downloads
Legends: The Game 0.4.1.42

Legends: The Game 0.4.1.42


Plenty of maps are provided by us, but the beauty of this game is its customization possibilities. Mission creation has never been easier, with a stab... more>> <<less
Download (111442KB)
Added: 2009-04-26 License: Freeware Price: Free
189 downloads
Xfce 4 Weather Plugin 0.5.99.1

Xfce 4 Weather Plugin 0.5.99.1


Xfce 4 Weather Plugin shows the current temperature and weather condition, using weather data provided by xoap.weather.com. more>> <<less
Download (0.56MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
572 downloads
guile spread 1.0.2

guile spread 1.0.2


guile spread is a guile module that conveniently wraps the Spread C libraries provided with the Spread 3.15.2 distribution. more>>
guile spread is a guile module that conveniently wraps the Spread C libraries provided with the Spread 3.15.2 distribution. Spread is available at http://www.spread.org/.

Spread is a local/wide area group communication toolkit that runs on most modern operating systems.

guile spread allows convenient mechanisms for reliable multicasting information between applications as well as providing many more complicate assurances.
<<less
Download (0.32MB)
Added: 2006-10-11 License: LGPL (GNU Lesser General Public License) Price:
1108 downloads
bitmask 1.5

bitmask 1.5


bitmask project is a light-weight and fast 2D collision detection library. more>>
bitmask project is a light-weight and fast 2D collision detection library.
The bitmask library provides pixel-perfect collision detection for use in games and other applications. Functions are provided for building bitmasks and testing them for intersection.
The routines can optionally provide a point of intersection and the number of overlapping pixels. The library aims for high performance and portability; it is written in ANSI C and is completely independent of the underlying graphics implementation.
Enhancements:
- Bugfix for bitmask_draw.
- Better testcases.
- Small performance improvements.
<<less
Download (0.016MB)
Added: 2006-11-18 License: LGPL (GNU Lesser General Public License) Price:
1074 downloads
SingleSub 0.1

SingleSub 0.1


SingleSub provides a set of tools to make it easier to subscribe to RSS feeds. more>>
The purpose of SingleSub is to a provide a set of tools to make it easier to subscribe to RSS feeds.

It consists of one Perl script and a set of XSLT templates, which provide RSS, HTML and Javascript tools used to subscribe to RSS feeds without restricting them to a specific aggregator.

Instead, a dynamic list of aggregators is provided for the user to choose from. This list of RSS aggregators and how to subscribe to them is provided via several XML formats, so other tool developers can use them as well.
<<less
Download (0.027MB)
Added: 2005-10-31 License: The Apache License 2.0 Price:
1454 downloads
OpenLDev 0.4.2

OpenLDev 0.4.2


A development tool such as gcc, autotools and make. more>> In order to create a simple IDE, OpenLDev focuses on C and C++ development. We provide project templates for console applications to those that take advantage of the Gtk+ and Gtkmm libraries. Project and autotools management is provided through a few streamlined dialogs that help the user by removing the need to edit Makefiles. The GtkSourceView widget performs syntax highlighting, which gives users of GEdit a familiar work environment.<<less
Added: 2009-04-16 License: Freeware Price:
190 downloads
Pathan-P 1.0.0

Pathan-P 1.0.0


Pathan-P provides Perl bindings for Pathan 1. more>>
Pathan-P provides Perl bindings for Pathan 1. Pathan-P project provides the XML::Pathan Perl module, and it uses the XML::Xerces module for its DOM implementation.

XML::Xerces is provided by the Xerces-P project, which provides Perl bindings for the Xerces-C library.

<<less
Download (0.027MB)
Added: 2006-03-22 License: BSD License Price:
1312 downloads
gnome-ding 2.2

gnome-ding 2.2


GNOME-Ding is a graphical tool for spellchecking and translation of (single) words. more>>
GNOME-Ding is a graphical tool for spellchecking and translation (of single) words.

For spellchecking GNOME-Ding will by used a installed aspell-dictionary. For translation, GNOME-Ding will use a own dictionary, that will based on a Ding-Dictionary (Ding-Projekt). At moment, GNOME-Ding will support German/Englisch dictionary and a very simple German/Latin dictionary.

The used Ding-Dictionary is a little bit modify, i.e. for better connection with UTF8-Charset. As additional gnome-ding will contain also other dictionaries like de-fr, or en-ar and some more but I need some help to check the correctness of this dictionaries.
As another extension, GNOME-Ding will come with a german thesaurus, based on OOo.

GNOME-Ding is intended by Ding-Projekt, and g2ding from Oliver Grawert.

GNOME-Ding you can easy extend for more languages and dictionaries. The Programm works under Gnome2, a lookup is very easy, only input the word and press the search-button.

GNOME-Ding will distributed under the terms of GPL2.

GNOME-Ding is free software, and will distributed under the terms of GNU General Public License, you can it be free used, change and distributed.

<<less
Download (1.8MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1544 downloads
Bind9 SNMP Subagent 1.7

Bind9 SNMP Subagent 1.7


The Bind9 SNMP Subagent provides indexed BIND 9 statistics via SNMP output. more>>
Bind9 SNMP Subagent provides indexed BIND 9 statistics via SNMP output. Data, query, and graph templates are provided for Cacti.
Enhancements:
- The duplicate %CFG variable (both in the library and script) has been removed.
- This release supports BIND 9 views.
- There are major documentation updates.
<<less
Download (0.023MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
510 downloads
Style Sheet Chooser 0.2

Style Sheet Chooser 0.2


Style Sheet Chooser is an extension which allows you to choose author-provided alternate style. more>>
Style Sheet Chooser is an extension which allows you to choose author-provided alternate style.

Style Sheet Chooser 0.2 allows you to choose author-provided alternate style sheets for a web site, and have those choices be persisted for all pages on the same site.

Style Sheet Chooser 0.2 does NOT interact with Firefoxs built-in style sheet switcher -- its functionality is instead available via the [View]->[Style Sheet Chooser 0.2] menu item.

<<less
Download (0.007MB)
Added: 2007-04-05 License: BSD License Price:
932 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5