Warning, /office/calligra/plugins/textediting/thesaurus/README is written in an unsupported language. File is not indexed.

0001 README for Thesaurus/WordNet plugin
0002 Daniel Naber (daniel.naber@t-online.de), 2001-12-01
0003 
0004 For user documentation, click the "Help" button in the thesaurus window
0005 
0006 Design Goals:
0007 
0008 -Make the data file small, so it can be included in Calligra.
0009  Make it simple, i.e. don't reinvent functions which are already
0010  in WordNet.
0011 -Provide access to (almost) all WordNet functions for people
0012  who have WordNet installed locally
0013 
0014 Implementation:
0015 
0016 Technically, this is a Text-Editing plugin, which means that it will typically
0017 add an action to a context menu, in this case: "Show related words".
0018 You can see this in Words when you click the right mouse button over
0019 a word or over selected text.
0020 
0021 The Thesaurus plugin just calls the WordNet binary "wn", which has
0022 to be in your path. The advantage is that there are no dependencies
0023 at compile time, as there would be if we used the WordNet library.
0024  
0025 See Also:
0026 
0027 KDict -- if you don't want to install WordNet locally you can still
0028 use it while you are online