List Question
20 TechQA 2023-12-28T06:50:38.243000Context Free Grammar for L= { a^n b^m c^m d^2n }, where n and m are >= 0
131 views
Asked by Elijah
NLTK tell if word is generated by CFG
122 views
Asked by rideau
Why pumping lemma for context free languages do not have bound on first part of string?
70 views
Asked by Kapil
Recognize the type of the given formal language
65 views
Asked by Juj_11
CFGs for languages L1 and L2 where #a's > #b's and #a's >= #b's
26 views
Asked by RookieCookie
concatenation of a context-free language
78 views
Asked by kiwi kiwi
what is the Context-Free Grammar for the following language?
146 views
Asked by zephyrus
Can this language be expressed with a regular expression?
83 views
Asked by RipLearning
Is there any way to count the production of specific rules in order in a context free grammar?
132 views
Asked by S.EB
CFG for L={ a^n b^m : n <= m+3 , n,m>=0}
1.9k views
Asked by Fatemeh_taj
Is the language L = { a^n b^j : j ≤ n ≤ 2j − 1 } context-free?
103 views
Asked by Ronald
Specification of DFA accepting ≡∪∈N
36 views
Asked by Aries
How can I define ε when I'm writing the grammar rules in parsing code?
68 views
Asked by AudioBubble
CFG for L = {a^mb^nc^k: k = m×n}
642 views
Asked by Alex
CFG for a = b and c = d (length)
894 views
Asked by leander
CFG for a^n b^3m c d^m e f^2n with m, n > 0
571 views
Asked by sarkle
Confused with creating a Context-Free Grammar rule
64 views
Asked by AudioBubble
description of the language accepted by S->SS|bS|a
16.7k views
Asked by cmgchess
Is it possible for an ambiguous CFG to convert into GNF?
215 views
Asked by Saneet Kaul