| Revision 913,
548 bytes
checked in by james, 4 years ago
(diff) |
|
add tools
|
| Line | |
|---|
| 1 | Thesaurus support for bMotion |
|---|
| 2 | ----------------------------- |
|---|
| 3 | |
|---|
| 4 | So I thought it might be fun for bMotion to be able to replace words with synonyms :) |
|---|
| 5 | |
|---|
| 6 | In order to enable this, you will need: |
|---|
| 7 | |
|---|
| 8 | * SQLite support in your TCL |
|---|
| 9 | * The Moby Thesaurus List by Grady Ward: |
|---|
| 10 | http://www.gutenberg.org/etext/3202 |
|---|
| 11 | * Python |
|---|
| 12 | |
|---|
| 13 | And what you do is this: |
|---|
| 14 | |
|---|
| 15 | * Extract the files from the Thesaurus zip file. |
|---|
| 16 | * Run: python import_thes.py |
|---|
| 17 | * Assuming it all goes OK, you should end up with a nice big .db file. |
|---|
| 18 | * Put the .db file into the local/ dir in your bMotion install. |
|---|
| 19 | |
|---|
| 20 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.