如何识别该语言是常规语言还是上下文无关语言

发布于 2025-01-11 22:07:18 字数 191 浏览 0 评论 0原文

例如,这种语言是常规语言还是上下文无关语言? 一方面,n 不能小于 m,但另一方面,您无法计算 nm< /代码>。

{(ab)^n (ab)^m | n>=m>=0}

For example, is this language regular or context-free language?
On the one hand n can't be smaller than m but on the other hand you can't count n and m.

{(ab)^n (ab)^m | n>=m>=0}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黄昏下泛黄的笔记 2025-01-18 22:07:18

这是一个棘手的问题,因为这只是 {(ab)^n | n>=0} 以一种晦涩的方式编写。这显然是有规律的。

一般来说,您可以使用语法、自动机、泵引理、Myhill-Nerode 定理等来证明某种语言不是某种类型。

That's a trick question, as that's just {(ab)^n | n>=0} written in a obscure way. Which is clearly regular.

In general, you prove that a language is or isn't of a certain type with a grammar, automaton, pumping lemma, the Myhill–Nerode theorem, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文