Translation of "Kontextfreie grammatik" in English

Durch einen Algorithmus kann jede kontextfreie Grammatik in die CNF überführt werden.
The set of terminals is the alphabet of the language defined by the grammar formula_4.
Wikipedia v1.0

Diese wird als kontextfreie Grammatik bezeichnet.
It is called a context free grammar.
ParaCrawl v7.1

Nahezu alle folgenden Programmiersprachen benutzen die BNF, um die Syntax als kontextfreie Grammatik darzustellen.
Nearly all subsequent programming languages have used a variant of BNF to describe the context-free portion of their syntax.
Wikipedia v1.0

Eine Attributgrammatik ist eine kontextfreie Grammatik, die um Attribute sowie Regeln und Bedingungen für diese Attribute erweitert ist.
An attribute grammar is a formal way to define attributes for the productions of a formal grammar, associating these attributes to values.
Wikipedia v1.0

In der Theoretischen Informatik ist eine kontextfreie Sprache (, "CFL") eine formale Sprache, die durch eine kontextfreie Grammatik beschrieben werden kann.
In formal language theory, a context-free language (CFL) is a language generated by some context-free grammar (CFG).
Wikipedia v1.0

In der Theoretischen Informatik ist eine kontextfreie Sprache (englisch context-free language, CFL) eine formale Sprache, die durch eine kontextfreie Grammatik beschrieben werden kann.
In formal language theory, a context-free language (CFL) is a language generated by a context-free grammar (CFG).
WikiMatrix v1

Es gibt ein formales Format zur Definition von HTML - DTD (Document Type Definition) - dies ist jedoch keine kontextfreie Grammatik.
There is a formal format for defining HTML–DTD (Document Type Definition)–but it is not a context free grammar.
ParaCrawl v7.1

Wir haben bereits festgestellt, dass eine Sprache von regulären Parsern analysiert werden kann, wenn sie eine kontextfreie Grammatik besitzt.
We said that a language can be parsed by regular parsers if its grammar is a context free grammar.
ParaCrawl v7.1

Um die Suchfunktion nutzen zu können, muss ein Spracherkennungsmodul installiert sein, das SAPI 4 oder SAPI 5 und kontextfreie Grammatik unterstützt.
To use the search functionality, you need to have a speech recognition engine that supports SAPI 4 or SAPI 5 and context-free grammar installed on your computer.
ParaCrawl v7.1

Der Aufbau der Schichten und deren Kategorien wird in eine kontextfreie GenVoca Grammatik überführt, die mit Hilfe der Komponentenkategorien und Entwurfsregeln aus dem Konfigurationswissen besagt, welche Kombinationen an obligatorischen oder wahlpflichtigen Teilen möglich sind.
The structure of the layers and their categories is transferred into a context-free GenVoca grammar, which with the help of the component categories and designing principles from the configuration knowledge means, which combinations at mandatory or choice-requiring parts is possible.
ParaCrawl v7.1

Im Gegensatz zu HTML handelt es sich bei CSS um eine kontextfreie Grammatik, die mit den in der Einführung beschriebenen Parsertypen analysiert werden kann.
Well, unlike HTML, CSS is a context free grammar and can be parsed using the types of parsers described in the introduction.
ParaCrawl v7.1

Eine lineare Grammatik ist ein Spezialfall einer kontextfreien Grammatik.
A linear language is a language generated by some linear grammar.
Wikipedia v1.0

Mit Hilfe einer kontextfreien Grammatik ausgedrückt lautet die Menge der (unvollständig geklammerten) arithmetischen Ausdrücke wie folgt:
Expressed with the help of a context-free grammar, the set of (incompletely parenthesized) arithmetic expressions is defined as follows:
ParaCrawl v7.1

Die Software kann hierzu aus einer beliebigen kontextfreien Grammatik Wörter erzeugen und sie gegen reguläre Ausdrücke für 'erforderlich' und 'verboten' prüfen.
The software can produce a number of sample words from any given grammar and automatically match them against required or forbidden regular expressions.
CCAligned v1

Eine intuitive Definition einer kontextfreien Grammatik ist eine Grammatik, die vollständig in BNF ausgedrückt werden kann.
An intuitive definition of a context free grammar is a grammar that can be entirely expressed in BNF.
ParaCrawl v7.1

Die im Informatik-Umfeld wohl gebräuchlichste Form der Definition ist die der "Lookahead Left to Right Parsing" (LALR) kontextfreien Grammatik.
The probably most common form of such a definition is the "Lookahead Left to Right Parsing" (LALR) context-free grammar.
ParaCrawl v7.1