We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
关于 SRGS,您应该考虑使用 ABNF 格式编写语法,然后将它们转换为 XML 形式(如果确实需要)。 ABNF 格式比 XML 格式简洁得多。
最终的 SRGS 编辑器是 NuGram IDE,它是一个 Eclipse 插件:
http://nugram.nuecho.com/nugram_ide
该工具执行一些语法检查,允许覆盖测试,语法调试等等。尝试一下。基本版是免费的。
Regarding SRGS, you should consider authoring your grammars with ABNF format and then convert them to XML form (if really required). ABNF format is much more concise than the XML format.
The ultimate SRGS editor is NuGram IDE, it's an Eclipse plug-in:
http://nugram.nuecho.com/nugram_ide
This tools performs some syntax-checking, allow coverage testing, grammar debugging and a lot more. Try it out. The basic edition is free.
我绝对推荐使用支持 XML 的编辑器而不是通用文本编辑器。有很多可用的。我使用 oXygen,它在 XML 社区中非常流行,但也可以使用您喜欢的任何工具。
I'd definitely recommend using an XML-aware editor over a general-purpose text editor. There are many available. I use oXygen, which is very popular in the XML community, but use whatever takes your liking.
供大家参考:我在离线状态下获悉 netbeans 是一个很好的 XML 编辑器。
For everyone's information: I was informed offline that netbeans is a good editor to use for XML.