33[ moby-thesaurus.org] ( http://moby-thesaurus.org ) is a free and
44open-source website designed to facilitate meanderings through the [ Moby
55Thesaurus] ( http://en.wikipedia.org/wiki/Moby_Project#Thesaurus ) , the largest
6- thesaurus in the English language.
6+ thesaurus in the English language. As of version 1.0, this package also includes
7+ synonym data from the [ Open Office thesaurus] ( http://goo.gl/UGBfHI ) .
78
89This git repository is many things:
910
1011- The source code for the [ moby-thesaurus.org] ( http://moby-thesaurus.org/ ) website.
11- - A tiny and simple JavaScript interface for querying Moby Thesaurus data.
12- - A command-line interface (CLI) for searching a local, cached copy of moby from the terminal.
12+ - A tiny and simple JavaScript interface for querying Moby Thesaurus and Open Office Thesaurus data.
13+ - A command-line interface (CLI) for searching a local, cached copy of the thesaurus from the terminal.
1314- A module on npm called [ moby] ( https://www.npmjs.org/package/moby ) .
1415- Rad.
1516
@@ -48,9 +49,7 @@ Then in your javascript code:
4849var moby = require (' moby' )
4950
5051console .log (moby .search (' mad' ))
51-
5252console .log (moby .search (' smaragdine' ))
53-
5453console .log (moby .reverseSearch (' smaragdine' ))
5554```
5655
@@ -62,3 +61,7 @@ The Moby lexicon project is complete and has been placed into the public domain.
6261Use, sell, rework, excerpt and use in any way on any platform. Placing this
6362material on internal or public servers is also encouraged. The compiler is not
6463aware of any export restrictions so freely distribute world-wide.
64+
65+ See also the Open Office license included in the
66+ [ thesaurus] ( https://github.com/daizoru/node-thesaurus/blob/5cadf8d26ea879a6009702524970ce706f04bb99/LICENSE.txt )
67+ package.
0 commit comments