You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/tools/thesaurus
Michele Calgaro c0332621bc
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
README Added old abandoned KDE3 version of koffice 14 years ago
extract.pl Update WordNet links, license, and copyright acknowledgement. 10 years ago
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
main.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
thesaurus.txt Fix inadvertent tqt changes. 12 years ago
thesaurustool.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago

README

README for Thesaurus/WordNet KDataTool
Daniel Naber (daniel.naber@t-online.de), 2001-12-01

For user documentation, click the "Help" button in the thesaurus window

Design Goals:

-Make the data file small, so it can be included in KOffice.
 Make it simple, i.e. don't reinvent functions which are already
 in WordNet.
-Provide access to (almost) all WordNet functions for people
 who have WordNet installed locally

Implementation:

Technically, this is a KDataTool, which means that it will typically
add an action to a context menu, in this case: "Show related words".
You can see this in KWord when you click the right mouse button over
a word or over selected text.

The Thesaurus KDataTool just calls the WordNet binary "wn", which has
to be in your path. The advantage is that there are no dependencies
at compile time, as there would be if we used the WordNet library.
 
See Also:

KDict -- if you don't want to install WordNet locally you can still
use it while you are online