[REBOL] Re: Spell Checker
From: jeff:rebol at: 19-Jan-2001 8:53
Howdy, Reichart:
> So also, let me ask now that you
> make the format easily upgrade-able to handle several
> fields:
>
> Such as:
>
> TYPE: Non, verb, etc. ROOT: Where the word comes from.
> PHONEME: Phonetic spelling. MEANINGS: The different
> examples of the meaning of the word. EXAMPLES: Example
> sentences using the word.
You can always just look up the above info on demand for
words using the dict:// protocol. You can find a REBOL
implementation of this protocol for at www.dict.org.
-jeff