Re: history of generative grammars



Helmut Richter wrote:
- Is it true that neither in linguistics nor in computer science any
type of grammar more general than context-free has ever played a
practical role?

What do you mean by "more general"? Up and down
the chomsky levels? Up you find context sensitive
languages down. Down you find regular expressions.

Computer languages are often not
context free languages. As soon as you have
some arguments attached to the production rules
of a context free grammar, you don't have
any more a context free grammar per se.

Also all the nice algorithms for efficient
parsing are based on some extension of
context free grammars. For example if you
add some look a head rules, strictly speaking
you are not using a context free grammar anymore.

Whereby diverting from context free gammars
as described above, leads to context sensitive
languages. Some have found regular expressions
helpful in stream search and editing.

So the answer is:
- more simple AND more complex grammars play a role,
you will easily find journals on that

- Is it true that there is only one spot in history where linguists
and mathematicians have met: when the latter took over the term
"context-free" from the former, nearly without any results beyond
the mere definitions?

Based on similar arguments as above, pure context
free grammars are also totally useless for computer
linguistics. But computer linguistics deals with
more than only surface structure of a language.

So if you count mathematical logic also to mathematics,
then mathematics can offer much more to computer
linguistics than only grammars. Namely in the
domain of semantics and pragmatics mathematical
logic is very useful.

So the answer is:
- there are many more spots where computer linguistics
and mathematics meet, you will easily find journals on that

Bye
.



Relevant Pages

  • Re: [OT] Re: Bondy & Murtys book available on-line (was: Re: Eulerianpath in infinite graph)
    ... > due to poor reading skills and no clue what good ... Given the context in which I wrote ... misc.misc care? ... I wasn't refering to your grammar, ...
    (comp.theory)
  • Re: OT: 2nd Amendment case
    ... The construction is a descendent of a similar Latin ... relationship got lost because our grammar is less definitive. ... we plan to go to the beach tomorrow." ... There is no textual context for the 2nd. ...
    (rec.crafts.metalworking)
  • Re: How Do CLs Macros Differ from Schemes?
    ... context-sensitive grammars are of little help in programming ... languages and are not widely used at all. ... What is a context-sensitive grammar? ... In a context sensitive grammar we might have stuff like. ...
    (comp.lang.lisp)
  • Re: Simple past or past progressive
    ... Your second sentence uses "were" which is fixed and rigid. ... does not fit well with your overall "preliminary" context. ... clear and cohesive fashion is more important than grammar. ... almost always leads you to poor writing style. ...
    (alt.usage.english)
  • Re: Is pyparsing really a recursive descent parser?
    ... There are an enormous variety of parsing tools, ... For instance, the Earley parser ... Okay, in some contexts, an ambiguous grammar may be considered ... over the other through the context of the parse results? ...
    (comp.lang.python)