How do you determine which pair(s) of words to group together? Are you always grouping items 3 and 4, or might you sometimes want "monkey killed" or "killed elephant" or "with stone" ? There needs to be some way of determining when to pull out a pair and when not to.

[EMAIL PROTECTED] wrote:

but when someone has a name with spaces
" monkey killed elephant master with stone "
$1 $2 $3 $4 $5 $6 I want "elephant master" to be read in as one word into $3 instead of
$3 and $4 ..

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to