Tagged Questions

A context-sensitive grammar is a type of grammar that generates precisely the context-sensitive languages.

learn more… | top users | synonyms

4
votes
2answers
87 views

chomsky hierarchy in plain english

I'm trying to find a plain (i.e. non-formal) explanation of the 4 levels of formal grammars (unrestricted, context-sensitive, context-free, regular) as set out by Chomsky. It's been an age since I ...
2
votes
2answers
65 views

Context sensitive language with non deterministic turing machine

how can i show a language is context sensitive with a non deterministic turing machine? i know that a language that is accepted by a Linear bound automaton (LBA ) is a context -sensitive language. ...
2
votes
1answer
43 views

Pumping lemma for context-sensitive language?

i have googled on pumping lemma for context sensitive, and it seems to only produce results for context-free language. Pumping lemma only allows to prove a language is context free only? and not ...
1
vote
2answers
190 views

Context-sensitive grammar and Context-free grammar

Can someone explain to me why grammars [context-free grammar and context-sensitive grammar] of this kind accepts a String? What i know is Context-free grammar is a formal grammar in which every ...