Comments by "Laurence Fraser" (@laurencefraser) on "What are (linguistic) nothings? ~ Reading comments and studying Saussure together" video.

  1. 4
  2. 2
  3.  @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