- Boolean grammar
Boolean grammars are a class of formal grammars studied in
formal language theory. They extend the basic type of grammars, thecontext-free grammars , with conjunction andnegation operations. Besides these explicit operations, Boolean grammars allow implicit disjunction represented by multiple rules for a single nonterminal symbol, which is the only logical connective expressible in context-free grammars. Conjunction and negation can be used, in particular, to specify intersection and complement of languages. An intermediate class of grammars known as conjunctive grammars allows conjunction and disjunction, but not negation.The rules of a Boolean grammar are of the form
where is a nonterminal, and , ..., , , ..., are strings formed of symbols in and . Informally, such a rule asserts that every string over that satisfies each of the syntactical conditions represented by , ..., and none of the syntactical conditions represented by , ..., therefore satisfies the condition defined by .
There exist several formal definitions of the language generated by a Boolean grammar. They have one thing in common: if the grammar is represented as a system of language equations with union, intersection, complementation and concatenation, the languages generated by the grammar must be the solution of this system. The semantics differ in details, some define the languages using language equations, some draw upon ideas from the field of
logic programming . However, these nontrivial issues of formal definition are mostly irrelevant for practical considerations, and one can construct grammars according to the given informal semantics. The practical properties of the model are similar to those of conjunctive grammars, while the descriptional capabilities are further improved. In particular, some practically useful properties inherited fromcontext-free grammars , such as efficient parsing algorithms, are retained.External links
*A. Okhotin, " [http://dx.doi.org/10.1016/j.ic.2004.03.006 Boolean grammars] ", Inf. Comput. 194 (2004) 19-48.
* [http://www.tucs.fi/publications/insight.php?id=tOkhotin06a Nine open problems for conjunctive and Boolean grammars]
* [http://users.utu.fi/aleokh/boolean/ Okhotin's page on Boolean grammars]
Wikimedia Foundation. 2010.