| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Thesaurus 0.23 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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. |
||||||||||||||
| 2 | Thesaurus 1.11 |
windows | Palm Pilot->Utilities | $15.00 |
View Detail
|
|||||||||
Use your Palm Pilot as a thesaurus, dictionary, or spelling checker. 50,000 enteries, user adjustable number of maximum matches (from 5 - 80), choose between displaying all synonyms, nouns, verbs, adjectives, or adverbs. |
||||||||||||||
| 3 | Thesaurus::DBI 0.01 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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. |
||||||||||||||
| 4 | Thesaurus/SpellCheck 1.11 |
windows | Palm Pilot->Productivity and Business | $15.00 |
View Detail
|
|||||||||
Use your Pilot as a Thesaurus, Dictionary, and Spelling Checker! 50,000+ entry Thesaurus with spell checking capability. Limit your search to word type (ie, noun, verb, adjective, etc). Auto-copy and paste mode for easy switching from other apps. |
||||||||||||||
| 5 | Moby Thesaurus ABC 1.0 |
mac | Utilities->Others | Free |
View Detail
|
|||||||||
Moby Thesaurus ABC contains the first part (letters A, B and C) of Moby Thesaurus II by Grady Ward. If there is enough interest I can consider releasing the whole thesaurus. |
||||||||||||||
| 6 | Gold Thesaurus HPC 2.7 |
windows | Home Education->Language | $54.95 |
View Detail
|
|||||||||
Thesaurus German 280000 entries, Thesaurus English 200000 entries, Thesaurus Spanish 230000 entries, Thesaurus Italian 190000 entries, Thesaurus French 150000 entries, Thesaurus Portuguese 50000 entries, Thesaurus Dutch 180000 entries, Thesaurus Swedish 210000 entries. The dictionary entry with synonyms starts with a context word that shows you for which meaning the synonyms can be used. Specific user data can be viewed separately in the user dictionary or together with the original data in the dictionary. Ideal for looking up and remembering words with the same sense and for creating text on a particular subject. For HPC and Pocket PC 2002! Also available for Windows, Windows CE, Pocket PC 2003 and Mobile Edition, WM, WM5 and Palm OS |
||||||||||||||
| 7 | Mobysaurus Thesaurus 1.0.55 |
windows | Business Finance->Document Processing | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Nisus Thesaurus 1.0.5 |
mac | Utilities->Others | $69 |
View Detail
|
|||||||||
Mac OS X comes with built-in spell checking for many applications, but why stop there? Now you can have an integrated thesaurus as well. With Nisus Thesaurus you get a fast electronic thesaurus that automatically integrates with any service aware application including Nisus Writer Express, Mail, TextEdit, Safari, and more. Using Thesaurus is easy. Just select the word in your favorite application and choose "Nisus Thesaurus" from the "Services" sub-menu. When you select a word in Nisus Thesaurus, the synonyms for that word will be shown right next to it in the Word Browser. Go from "sky" to "cumulonimbus" in just a few clicks. Nisus Thesaurus knows the English language. Using the WordNet lexical reference database, Thesaurus knows over 120,000 words and how they relate to each other. When you lookup a word in Nisus Thesaurus, it will show you related words in six categories. With its built-in dictionary, Thesaurus knows that sometimes the same word means different things. So it will never confuse the related words for "an orange" and "the color orange." Here are some key features of "Nisus Thesaurus": · WordNet based database contains over 120,000 words. · Word Browser makes navigating related words easy. · Built-in glossary. Whats New in This Release: · Now a universal binary (runs on PPC and Intel Mac machines). |
||||||||||||||
| 9 | Biblio::Thesaurus 0.27 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
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. |
||||||||||||||
| 10 | Smart Thesaurus 1.0 |
windows | Home Education->Translation | $213.50 |
View Detail
|
|||||||||
The smart thesaurus is a comprehensive lexical reference system for the English language: Access more than 145,000 related terms and 110,000 meanings, to improve your vocabulary and understanding. Animation and visualization techniques of state-of-the-art software make your journey through the English language to an extraordinary experience. The smart thesaurus is more: It is a visual brainstorming software best suited to support creative and lateral thinking by the Random Word technique - with more than 117,000 words. By getting a random word as a prompt and forcing yourself to use it to solve your problem, you are guaranteed to attack the problem from a different direction to normal. The smart thesaurus provides a random word as an initial stimulus, helps you to extract its underlying principles, and supports you to establish a bridging idea to your problem: By thinking of antonyms, meronyms, hypernyms, or hyponyms. Retrieve new aspects and extend your insights into your problem. Word Nets - Think in relationships The smart thesaurus offers a deeper and more precise understanding of the English language: Look up a certain term and then follow a trail of related words, or find your words through their lexical relationship with other words and meanings. Lexical Relationships - More than synonyms The smart thesaurus supports more than synonyms: Discover broader and narrower terms, opposite terms, related nouns and verbs, and more. Brainstorming - With more than 117,000 nouns The smart thesaurus is more than a reference system: More than 117,000 terms inspire your creative processes. Creativity and Learning - More effective through music The smart thesaurus improves your creativity and learning through the power of music: Get inspired by a genius of Bach, Beethoven or others. Through an integrated MP3 player. Simply a click away. |
||||||||||||||
| 11 | TrueTerm Thesaurus PC 5.0 |
windows | Home Education->Books Literature | $69 |
View Detail
|
|||||||||
TrueTerm Thesaurus is an editable, monolingual dictionary of synonyms for 8 languages: Demoversion German, English (GB/US), Spanish, Italian, French, Portuguese (incl. Brazilian), Dutch and Swedish. Fullversion between 50,000 and 280,000 keywords and synonyms. The dictionary entry with synonyms starts with a context word that shows you for which meaning the synonyms can be used. Specific user data can be viewed separately in the user dictionary or together with the original data in the dictionary. American words are also marked. Ideal for looking up and remembering words with the same sense and for creating text on a particular subject. Also available for WindowsCE, PocketPC2003, Mobile Edtion and PalmOS! Limitations: · Extract from Goldversion Thesaurus |
||||||||||||||
| 12 | Mobysaurus Thesaurus 1.0.27 |
windows | Utilities->Misc Utilities | Free |
View Detail
|
|||||||||
Mobysaurus Thesaurus is a comprehensive (30,000+ roots and over 2,500,000 synonyms), feature-rich, off-line English thesaurus that brings the exact word to your mind, serving your everyday speaking and writing purposes - at no cost. Other features include cross-referencing, fast wildcard search, ability to find related/synonymous roots (which is the fastest and simplest way for serious word hunters like you to go deep for the ultimate synonym of choice, from the word you are working with), keeping search history and favorites across sessions, system-wide hot key support (which automatically looks up highlighted words in most programs), online referencing, tabbed interface, full-text clipboard/print support, suggest-as-you-type and auto-completion, WordWeb support and more. |
||||||||||||||
| 13 | Thesaurus Magic 3.0.3 |
windows | Utilities->Misc Text Editing Tools | $19.95 |
View Detail
|
|||||||||
A configurable, fast, intuitive, and powerful centralized application to assist your writing and editing efforts. Useone central thesaurus with on-the-fly replacement of Nouns, Verbs, Adverbs or Adjectives from 30,000 words and 10,000 context words . Fully documented, resides in the WIN95/98/NT System Tray, a simple Hotkey looks up and replaces any word from any application, email program,text/HTML editor, database. |
||||||||||||||
| 14 | Trias Politica Thesaurus Builder 6.0.5 |
windows | Information Management->Computer Information Databases | $3500 |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | Webster Dictionary / Thesaurus Search 1.0 |
windows | Windows Widgets->Widget Miscellaneous | Free |
View Detail
|
|||||||||
Search Merriam-Websters dictionary or thesaurus using this sleek Widget. Type in your query and press Enter for a dictionary lookup, Tab for thesaurus. A browser window will pop up with the appropriate information from m-w.com. If you dont know or you are not very sure what a word means or you want to know exaclty its definition, Webster Dictionary/Thesaurus Search widget helps you finding the definition for you. |
||||||||||||||
| 16 | Addict Spell Check & Thesaurus 2.34 |
windows | Software Development->Delphi Tools | $150.00 |
View Detail
|
|||||||||
Addict Spell Check & Thesaurus is a commercial component that gives Delphi (and C++Builder) developers a fast and flexible spell checker and thesaurus for use in applications. Many Third Party Edit Components Supported. Live Spell (like MS Word)available with TSyntaxMemo and WPTools. |
||||||||||||||
| 17 | ACCESS Thesaurus Swedish Database 1.0 |
windows | Software Development->Databases and Networks | $1387.98 |
View Detail
|
|||||||||
|
||||||||||||||
| 18 | ACCESS Thesaurus Spanish Database 1.0 |
windows | Utilities->Other Tools | $1387.98 |
View Detail
|
|||||||||
|
||||||||||||||
| 19 | Addict Spell Check & Thesaurus 3.4 |
windows | Software Development->Delphi Tools | $199 |
View Detail
|
|||||||||
|
||||||||||||||
| 20 | Thesaurus Desktop .NET 1.0.1 |
windows | Software Development->Misc Programming Tools | $150 |
View Detail
|
|||||||||
Thesaurus Desktop .NET is a Windows Forms control providing end users with thesaurus functionality and developers with a highly customizable, yet simple to work-with component. The thesaurus contains over 60,000 terms with synonyms, antonyms and other related words. Here are some key features of "Thesaurus Desktop .NET": · Dialog or context menu based integration · Dialog and context menu look and feel like popular word processor interfaces · Rich design time support + some source code · All components and controls supported in designer. Source code for dialog interface is included. · Open API allows great flexibility · The API provides a broad surface to program against: · Engine class provides methods for synonyms/related words · Dialog based User Control can be placed in any container · Context Menu menu-items can be easily integrated into existing context menus · Model-view-controller oriented architecture provides developers with ability to customize/replace major components · 3rd Party control support · The built-in adapter component for "TX TextControl" provides full compatibility (context menu and dialog). The API also includes interfaces to allow new adapters for 3rd Party controls to be easily written. · Thorough documentation and support · The API docs, PDF user-guide and source code examples provide comprehensive coverage of development tasks. Limitations: · 30 days free trial |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
