Emma May Smith > 19-09-2016, 12:14 AM
ThomasCoon > 19-09-2016, 02:25 AM
Emma May Smith > 19-09-2016, 03:39 PM
ThomasCoon > 19-09-2016, 07:20 PM
(19-09-2016, 03:39 PM)Emma May Smith Wrote: You are not allowed to view links. Register or Login to view.There must be distinction between the gallows group [k, t] and [f, p]. The latter are much more restricted in where they appear within the text and almost never take [e] directly after them.
Emma May Smith > 19-09-2016, 07:51 PM
ThomasCoon > 19-09-2016, 10:05 PM
(19-09-2016, 07:51 PM)Emma May Smith Wrote: You are not allowed to view links. Register or Login to view.Surely the different placements of [k, t] and [f, p] is a reason to put them in slightly different classes? The whole idea is to break down the script into smaller groups according to characters which work most similarly. So while all gallows are similar, there needs to be a subdivision within that group.
One of the potentially useful things from classification of characters is judging assigned values of different theories. So we might expect [ch, sh] to have similar values, and [k, t] too. The characters [f, p] would need to have some slightly bigger difference between them and [k, t].
Diane > 19-09-2016, 11:14 PM
ReneZ > 20-09-2016, 07:22 AM
MarcoP > 20-09-2016, 08:34 AM
Philip Neal Wrote:The regular expression is something like
^[qd_][aoy_][lr_][ktpfKTPF_][CS_][eE_][d][ao_][lrmn_][y_]
(C =ch; S =sh; E =ee; KTPF = the complex gallows)
...
In other words, you chose any one character from each set in square brackets and rewrite the_ as zero, for instance qo_k_Ed__y -> qokeedy. The null character _ can occur anywhere....
Koen G > 20-09-2016, 10:46 AM