Changes between Initial Version and Version 1 of dicThesaurusRex


Ignore:
Timestamp:
08/21/2013 02:26:54 PM (11 years ago)
Author:
michael.perscheid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dicThesaurusRex

    v1 v1  
     1== DicThesaurusRex ==
     2
     3This dictionary and thesaurus extension allows developers to benefit from spelling correction and synonym search.
     4XXX
     5
     6== How to Install ==
     7
     8Using Metacello, just run the following code in your workspace:
     9
     10{{{
     11(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
     12   project: 'MetacelloRepository';
     13   install: 'ConfigurationOfDicThesaurusRex'.
     14(Smalltalk at: #ConfigurationOfDicThesaurusRex) load.
     15}}}
     16
     17
     18== How to Use ==