noun, noun which may take the genitive case particle 'no'
context-free
Technical term in computing, especially in formal language theory. Used to describe grammars, languages, and parsing where rules apply regardless of surrounding context.
文脈自由文法は、プログラミング言語の構文解析によく使われる。
Context-free grammars are often used for parsing programming languages.
文脈依存 means 'context-dependent' or 'context-sensitive', the opposite of 文脈自由. In computing, 文脈依存文法 refers to context-sensitive grammars, which are more powerful but less commonly used for parsing.
Compound of 文脈 (context) and 自由 (free). A direct translation of the English computing term 'context-free'.