Home » Archimedes archive » Zipped Apps » Speech » !Sp_Spell/!Help

!Sp_Spell/!Help

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Zipped Apps » Speech
Filename: !Sp_Spell/!Help
Read OK:
File size: 0689 bytes
Load address: 0000
Exec address: 0000
File contents
                                  SPELL

Creating data files for Spell is very simple and can be done using !Edit.
Load the default data supplied into !Edit to see how it is structured. The
default file is called SpellData and is inside the !Sp_Spell application
directory.

The first line must contain [SPELL] followed by two returns, this is to
enable Spell to distinguish its own files from other text files.

The first part of the question is the sentence which accompanies the word,
with an asterisk (*) in place of the word to be spelt. The sentence is ended
with a colon (:) Then comes the correctly spelt word also followed by a
colon. Finally comes the phonetic string to be spoken (as used in the *SPEAK
command) followed by a full stop (.) to mark the end of this question. Two
carriage returns separate the questions. REMEMBER full stops are used to
mark the end of the question so you MUST NOT use them in the sentence.

The end of a category is marked with a '@' character on a line of its own,
also separated from the other text by two carriage returns. ALL the
categories, INCLUDING THE LAST ONE, must be followed by a @. As the
categories are represented by the letters A-Z this imposes a limit of 26
categories.

To load your own data into Spell simply drag your file to the Spell icon on
the icon bar. If the data is good Spell will tell you so, if not you will
get an error message. Currently files are limited to 40K in length which
should prove adequate.


[WARNING: DO NOT ATTEMPT TO SAVE ANY FILES ON TO THE ORIGINAL SPEECH! DISC.
ALWAYS USE YOUR OWN BLANK FORMATTED DISC.]


    [Copyright Superior Microcomputing Ltd, 1991. All rights�reserved.]
00000000  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000020  20 20 20 53 50 45 4c 4c  0a 0a 43 72 65 61 74 69  |   SPELL..Creati|
00000030  6e 67 20 64 61 74 61 20  66 69 6c 65 73 20 66 6f  |ng data files fo|
00000040  72 20 53 70 65 6c 6c 20  69 73 20 76 65 72 79 20  |r Spell is very |
00000050  73 69 6d 70 6c 65 20 61  6e 64 20 63 61 6e 20 62  |simple and can b|
00000060  65 20 64 6f 6e 65 20 75  73 69 6e 67 20 21 45 64  |e done using !Ed|
00000070  69 74 2e 0a 4c 6f 61 64  20 74 68 65 20 64 65 66  |it..Load the def|
00000080  61 75 6c 74 20 64 61 74  61 20 73 75 70 70 6c 69  |ault data suppli|
00000090  65 64 20 69 6e 74 6f 20  21 45 64 69 74 20 74 6f  |ed into !Edit to|
000000a0  20 73 65 65 20 68 6f 77  20 69 74 20 69 73 20 73  | see how it is s|
000000b0  74 72 75 63 74 75 72 65  64 2e 20 54 68 65 0a 64  |tructured. The.d|
000000c0  65 66 61 75 6c 74 20 66  69 6c 65 20 69 73 20 63  |efault file is c|
000000d0  61 6c 6c 65 64 20 53 70  65 6c 6c 44 61 74 61 20  |alled SpellData |
000000e0  61 6e 64 20 69 73 20 69  6e 73 69 64 65 20 74 68  |and is inside th|
000000f0  65 20 21 53 70 5f 53 70  65 6c 6c 20 61 70 70 6c  |e !Sp_Spell appl|
00000100  69 63 61 74 69 6f 6e 0a  64 69 72 65 63 74 6f 72  |ication.director|
00000110  79 2e 0a 0a 54 68 65 20  66 69 72 73 74 20 6c 69  |y...The first li|
00000120  6e 65 20 6d 75 73 74 20  63 6f 6e 74 61 69 6e 20  |ne must contain |
00000130  5b 53 50 45 4c 4c 5d 20  66 6f 6c 6c 6f 77 65 64  |[SPELL] followed|
00000140  20 62 79 20 74 77 6f 20  72 65 74 75 72 6e 73 2c  | by two returns,|
00000150  20 74 68 69 73 20 69 73  20 74 6f 0a 65 6e 61 62  | this is to.enab|
00000160  6c 65 20 53 70 65 6c 6c  20 74 6f 20 64 69 73 74  |le Spell to dist|
00000170  69 6e 67 75 69 73 68 20  69 74 73 20 6f 77 6e 20  |inguish its own |
00000180  66 69 6c 65 73 20 66 72  6f 6d 20 6f 74 68 65 72  |files from other|
00000190  20 74 65 78 74 20 66 69  6c 65 73 2e 0a 0a 54 68  | text files...Th|
000001a0  65 20 66 69 72 73 74 20  70 61 72 74 20 6f 66 20  |e first part of |
000001b0  74 68 65 20 71 75 65 73  74 69 6f 6e 20 69 73 20  |the question is |
000001c0  74 68 65 20 73 65 6e 74  65 6e 63 65 20 77 68 69  |the sentence whi|
000001d0  63 68 20 61 63 63 6f 6d  70 61 6e 69 65 73 20 74  |ch accompanies t|
000001e0  68 65 20 77 6f 72 64 2c  0a 77 69 74 68 20 61 6e  |he word,.with an|
000001f0  20 61 73 74 65 72 69 73  6b 20 28 2a 29 20 69 6e  | asterisk (*) in|
00000200  20 70 6c 61 63 65 20 6f  66 20 74 68 65 20 77 6f  | place of the wo|
00000210  72 64 20 74 6f 20 62 65  20 73 70 65 6c 74 2e 20  |rd to be spelt. |
00000220  54 68 65 20 73 65 6e 74  65 6e 63 65 20 69 73 20  |The sentence is |
00000230  65 6e 64 65 64 0a 77 69  74 68 20 61 20 63 6f 6c  |ended.with a col|
00000240  6f 6e 20 28 3a 29 20 54  68 65 6e 20 63 6f 6d 65  |on (:) Then come|
00000250  73 20 74 68 65 20 63 6f  72 72 65 63 74 6c 79 20  |s the correctly |
00000260  73 70 65 6c 74 20 77 6f  72 64 20 61 6c 73 6f 20  |spelt word also |
00000270  66 6f 6c 6c 6f 77 65 64  20 62 79 20 61 0a 63 6f  |followed by a.co|
00000280  6c 6f 6e 2e 20 46 69 6e  61 6c 6c 79 20 63 6f 6d  |lon. Finally com|
00000290  65 73 20 74 68 65 20 70  68 6f 6e 65 74 69 63 20  |es the phonetic |
000002a0  73 74 72 69 6e 67 20 74  6f 20 62 65 20 73 70 6f  |string to be spo|
000002b0  6b 65 6e 20 28 61 73 20  75 73 65 64 20 69 6e 20  |ken (as used in |
000002c0  74 68 65 20 2a 53 50 45  41 4b 0a 63 6f 6d 6d 61  |the *SPEAK.comma|
000002d0  6e 64 29 20 66 6f 6c 6c  6f 77 65 64 20 62 79 20  |nd) followed by |
000002e0  61 20 66 75 6c 6c 20 73  74 6f 70 20 28 2e 29 20  |a full stop (.) |
000002f0  74 6f 20 6d 61 72 6b 20  74 68 65 20 65 6e 64 20  |to mark the end |
00000300  6f 66 20 74 68 69 73 20  71 75 65 73 74 69 6f 6e  |of this question|
00000310  2e 20 54 77 6f 0a 63 61  72 72 69 61 67 65 20 72  |. Two.carriage r|
00000320  65 74 75 72 6e 73 20 73  65 70 61 72 61 74 65 20  |eturns separate |
00000330  74 68 65 20 71 75 65 73  74 69 6f 6e 73 2e 20 52  |the questions. R|
00000340  45 4d 45 4d 42 45 52 20  66 75 6c 6c 20 73 74 6f  |EMEMBER full sto|
00000350  70 73 20 61 72 65 20 75  73 65 64 20 74 6f 0a 6d  |ps are used to.m|
00000360  61 72 6b 20 74 68 65 20  65 6e 64 20 6f 66 20 74  |ark the end of t|
00000370  68 65 20 71 75 65 73 74  69 6f 6e 20 73 6f 20 79  |he question so y|
00000380  6f 75 20 4d 55 53 54 20  4e 4f 54 20 75 73 65 20  |ou MUST NOT use |
00000390  74 68 65 6d 20 69 6e 20  74 68 65 20 73 65 6e 74  |them in the sent|
000003a0  65 6e 63 65 2e 0a 0a 54  68 65 20 65 6e 64 20 6f  |ence...The end o|
000003b0  66 20 61 20 63 61 74 65  67 6f 72 79 20 69 73 20  |f a category is |
000003c0  6d 61 72 6b 65 64 20 77  69 74 68 20 61 20 27 40  |marked with a '@|
000003d0  27 20 63 68 61 72 61 63  74 65 72 20 6f 6e 20 61  |' character on a|
000003e0  20 6c 69 6e 65 20 6f 66  20 69 74 73 20 6f 77 6e  | line of its own|
000003f0  2c 0a 61 6c 73 6f 20 73  65 70 61 72 61 74 65 64  |,.also separated|
00000400  20 66 72 6f 6d 20 74 68  65 20 6f 74 68 65 72 20  | from the other |
00000410  74 65 78 74 20 62 79 20  74 77 6f 20 63 61 72 72  |text by two carr|
00000420  69 61 67 65 20 72 65 74  75 72 6e 73 2e 20 41 4c  |iage returns. AL|
00000430  4c 20 74 68 65 0a 63 61  74 65 67 6f 72 69 65 73  |L the.categories|
00000440  2c 20 49 4e 43 4c 55 44  49 4e 47 20 54 48 45 20  |, INCLUDING THE |
00000450  4c 41 53 54 20 4f 4e 45  2c 20 6d 75 73 74 20 62  |LAST ONE, must b|
00000460  65 20 66 6f 6c 6c 6f 77  65 64 20 62 79 20 61 20  |e followed by a |
00000470  40 2e 20 41 73 20 74 68  65 0a 63 61 74 65 67 6f  |@. As the.catego|
00000480  72 69 65 73 20 61 72 65  20 72 65 70 72 65 73 65  |ries are represe|
00000490  6e 74 65 64 20 62 79 20  74 68 65 20 6c 65 74 74  |nted by the lett|
000004a0  65 72 73 20 41 2d 5a 20  74 68 69 73 20 69 6d 70  |ers A-Z this imp|
000004b0  6f 73 65 73 20 61 20 6c  69 6d 69 74 20 6f 66 20  |oses a limit of |
000004c0  32 36 0a 63 61 74 65 67  6f 72 69 65 73 2e 0a 0a  |26.categories...|
000004d0  54 6f 20 6c 6f 61 64 20  79 6f 75 72 20 6f 77 6e  |To load your own|
000004e0  20 64 61 74 61 20 69 6e  74 6f 20 53 70 65 6c 6c  | data into Spell|
000004f0  20 73 69 6d 70 6c 79 20  64 72 61 67 20 79 6f 75  | simply drag you|
00000500  72 20 66 69 6c 65 20 74  6f 20 74 68 65 20 53 70  |r file to the Sp|
00000510  65 6c 6c 20 69 63 6f 6e  20 6f 6e 0a 74 68 65 20  |ell icon on.the |
00000520  69 63 6f 6e 20 62 61 72  2e 20 49 66 20 74 68 65  |icon bar. If the|
00000530  20 64 61 74 61 20 69 73  20 67 6f 6f 64 20 53 70  | data is good Sp|
00000540  65 6c 6c 20 77 69 6c 6c  20 74 65 6c 6c 20 79 6f  |ell will tell yo|
00000550  75 20 73 6f 2c 20 69 66  20 6e 6f 74 20 79 6f 75  |u so, if not you|
00000560  20 77 69 6c 6c 0a 67 65  74 20 61 6e 20 65 72 72  | will.get an err|
00000570  6f 72 20 6d 65 73 73 61  67 65 2e 20 43 75 72 72  |or message. Curr|
00000580  65 6e 74 6c 79 20 66 69  6c 65 73 20 61 72 65 20  |ently files are |
00000590  6c 69 6d 69 74 65 64 20  74 6f 20 34 30 4b 20 69  |limited to 40K i|
000005a0  6e 20 6c 65 6e 67 74 68  20 77 68 69 63 68 0a 73  |n length which.s|
000005b0  68 6f 75 6c 64 20 70 72  6f 76 65 20 61 64 65 71  |hould prove adeq|
000005c0  75 61 74 65 2e 0a 0a 0a  5b 57 41 52 4e 49 4e 47  |uate....[WARNING|
000005d0  3a 20 44 4f 20 4e 4f 54  20 41 54 54 45 4d 50 54  |: DO NOT ATTEMPT|
000005e0  20 54 4f 20 53 41 56 45  20 41 4e 59 20 46 49 4c  | TO SAVE ANY FIL|
000005f0  45 53 20 4f 4e 20 54 4f  20 54 48 45 20 4f 52 49  |ES ON TO THE ORI|
00000600  47 49 4e 41 4c 20 53 50  45 45 43 48 21 20 44 49  |GINAL SPEECH! DI|
00000610  53 43 2e 0a 41 4c 57 41  59 53 20 55 53 45 20 59  |SC..ALWAYS USE Y|
00000620  4f 55 52 20 4f 57 4e 20  42 4c 41 4e 4b 20 46 4f  |OUR OWN BLANK FO|
00000630  52 4d 41 54 54 45 44 20  44 49 53 43 2e 5d 0a 0a  |RMATTED DISC.]..|
00000640  0a 20 20 20 20 5b 43 6f  70 79 72 69 67 68 74 20  |.    [Copyright |
00000650  53 75 70 65 72 69 6f 72  20 4d 69 63 72 6f 63 6f  |Superior Microco|
00000660  6d 70 75 74 69 6e 67 20  4c 74 64 2c 20 31 39 39  |mputing Ltd, 199|
00000670  31 2e 20 41 6c 6c 20 72  69 67 68 74 73 a0 72 65  |1. All rights.re|
00000680  73 65 72 76 65 64 2e 5d  0a                       |served.].|
00000689