| > Languages definitely follow grammars But it's the other way around! Grammars follow languages. Or, more precisely, grammars are (very lossy) language models. They describe typical expectations of an average language speaker. Grammars try to provide a generalized system describing an average case. I prefer to think of languages as a set of typical idioms used by most language users. A given grammar is an attempt to catch similarities between idioms within the set and turn 'em into a formal description. A grammar might help with studying a language, and speed up the process of internalizing idioms, but the final learning stage is a set of things students use in certain situations aka idioms. And that's it. > Statistics are just another way to record a grammar I almost agree. But it should be "record a language". These are two approaches to the problem of modeling human languages. Grammars are an OK model. Statistical models are less useful to us humans but given the right amount of compute they do show much better (see LLMs). |