Comments by "Laurence Fraser" (@laurencefraser) on "NativLang" channel.

  1. 14
  2. @toaritok more like we pretend it Doesn't make sense because no one can be arsed to find a way to actually mark stress, among other things. Once you realise that English Digraphs are functionally their own characters (also, there are actually more of them than are usually acknowledged) and that the rules for how you read a character at the start of a syllable and at the end of a syllable are different, it becomes a lot more consistent. Even more so once you realise that written English is standardized to two main forms (with a couple of minor regional variants thereof) while pronunciation has, at Minimum, one per country if you only include "standard" dialects, but actually at least hundreds of variations.... Basically, English spelling is taught to native English speakers in an utterly nonsensical way. This isn't terribly surprising, as getting a computer to read it out correctly requires approximately 63 rules, as well as indicating which dialect you're going for and where the syllable breaks are. The stress patterns too, if you want it to get them right consistently. Note that English Used to use a diacritic (oater replaces by a hyphen to make it easier to type on typewriters) to disambiguate between a vowel on each side of a syllable break with no consonants in between and a digraph that happened to use the same characters, but has never marked the difference between s-h and sh- or - sh Point is, you have to simplify it in order to start teaching kids young enough that they get enough vocabulary down soon enough, but that means too young to really get the hows and whys of it.... But then this is never corrected even as they get older!
    14
  3. 12
  4. 12
  5. 9
  6. 8
  7. 6
  8. 5
  9. 4
  10. 4
  11. 3
  12. 3
  13. 2
  14.  @MyMy-tv7fd  It is the difference between a bare stem, where that bareness is meaningless (leaving things unstated or unclear), and a bare stem, where that bareness is meaningful (the lack of modifiers is itself a modifier, essentailly). Zero marking is the latter. Mind you, English can do zero marking as well: cat, The cat, A cat, The Cats, cats, Cat. The first one is a bare stem. The second has a marked definite article, and a zero marked singular number. The third has a marked indeifnite article and a zero marked singular number. The fourth has a marked definite article and a marked plural number The fifth has a zero marked indefinite article and a marked plural number The sixth is a proper noun, having a zero marked definite article and a zero marked singular number. (it also has nothing to do with cats, being a diminutive of Cathrin (or many other variations on that name). Note that the 'cat' in 'the cat' and 'a cat' is not, gramatically speaking, a bare stem, despite having no afixes. English only really uses the bare stem of nouns as a reference form. The important part is that a bare stem is making no distinction between various possible options (it doesn't mark number or definiteness, in the case of 'cat'), while a zero marked term Does make a distinction, and one (or more) of the options is (or are) indicated by saying or writing something, while the other is indicated by the fact that you did not. It's basically the difference between starting counting from 0 vs starting counting from 1. Humans tend to naturally do the second, but because of how many things in computing work, almost all computer related things start at 0 instead. so rather than having a number list like: 1: rabbit 2: duck 3: badger Computer code will usually read like this: 0: rabbit 1: duck 2: badger Zero marking is a similar concept.
    2
  15. 1
  16. 1
  17. 1
  18. 1
  19. 1
  20.  @galoomba5559  a significant chunk of the failures, from memory and assuming that's the zompist article I think it is, was a computer having trouble telling the difference between a digraph and a syllable boundary​ with one of the components of a digraph on each side of it, which is less of a problem for humans. That said, for all that Most of the issues with English orthography are poor explanation more than a poor system, it Does have some room for improvement, and I wish it would do the following: Mark stress! This one change renders the Entire vowel system vastly more intelligible, as a lot of the spelling rules for vowels seem to apply or not at random. Most of the time it's actually that they only apply to stressed or unstressed bowels with no other indication as to which you're dealing with. (Collapsing the unreasonable number of different ways to spell what is called 'the long E sound' wouldn't hurt either) English has a rule against ending words in V. This rule needs to die. It results in V sounds spelled with f (forcing f sounds to be spelled as ff, when they're not ph), or as ve... With no concern for the fact that there's a rule that says the E affects the vowel on the other side of the v unless the v is doubled... Except there's a (actually reasonable) rule against doubling V as well! C has the same problem as V, but uses s and k to cheat around the doubling limit. (Also, v tends not to show up in the middle of words. C does, so you sometimes see cc, but that's not double c, that's k-syllable break-s. If there were Not a syllable break it would be written as x. And then there's -ough. Just... -ough. It's a disaster that needs to die. Four things. Fix them and the vast majority of English's nonsensical spelling problems are solved. You still have some stupid silent letters that could be done away with here and there, but given the disaster that is US spelling as a result of Trying to do that (and not taking dialects into account), and the fact that a fair number of them are "this individual word is just dumb" but quite a few others are 'this is only silent in this form due to other factors, it Comes Back when we add/remove an affix. Having it silent in this form is a much simpler rule than the one that would be needed to explain when and why to add it to the others'. And Then there's the homophones, spelled differently for improved reading comprehension/speed. They often use silent letters. Not arbitrarily​, morethe sound was lost in spoken english but the spelling's unchanged. So, on balance, I'd leave silent letters alone so as not to break anything. Note that only One change involves altering the character set, and none of them involve learning new values for any character. Two of them are eliminating exceptions that only Cause problems! 90% sure the V rule is an artifact of how recently (as such things go) U, V, And W came to have distinct forms and values. The history of which is long, convoluted, and also the origin of Y, and I think another letter I'm forgetting. Basically, one written form was used at the begining of words, the other elsewhere, and both were used for all three sounds. So, of course, when they could be confused you needed Sone way to indicate which you meant, right? Which eventually became standardized into the current mess.
    1
  21. 1
  22. 1
  23. 1
  24. 1