The great Homophones Problem.
- From: "Robert" <robertpatton41@xxxxxxx>
- Date: 10 Nov 2005 02:43:55 -0800
Hello NG friends,
I am trying to include in an existing macro a routine to offer help to
learners writing English. Their finished text is analysed and a table
of various errors displayed below in the document. Homophones are, of
course, not picked up by SpellCheckers, but the teacher can mark them
(in this case with a blue background) and the macro makes the marked
words (=BluWords) appear in Column 1 of the Table. I intend now to
prepare a .txt file in which each line contains firstly a common
BluWord followed by three (or fewer) suggested substitutions for it, to
be displayed in Columns 2, 3 and 4 of the Table.
I feel able to code _some_ of this, but I know nothing about file
access. For example, what separators would I use in constructing the
Homophones.txt file? Would a simple space suffice? How do I persuade
the routine (a) to open and close the text file, (b) to search the
first word of each line of the .txt file for a match (non case
specific) to the BluWord being considered in that loop, (c) to read off
the remaining words in that line of the file and display them (as
above) in the Table? Finally, would the inserted words take on the
formatting of the Word Table automatically?
I acknowledge with gratitude help received from this NG so far.
Many thanks.
Robert.
.
- Prev by Date: Re: Organizer Question
- Next by Date: E-Mailed Templates Do Not Maintain Medium Security Level
- Previous by thread: checking multiple controls via click events
- Next by thread: E-Mailed Templates Do Not Maintain Medium Security Level
- Index(es):
Relevant Pages
|