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 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以使用http://ironcreek.net/phpsyntaxtree/。
示例:
输入为:
如果字符串没有换行符也有效,例如:
You can use http://ironcreek.net/phpsyntaxtree/.
Example:
Input was:
Also works if the string has no line breaks, e.g.:
如果您有编写良好的上下文无关语法(CFG),那么您可以简单地使用 nltk 库来绘制树形图。
结构化树输出
Tkinter 窗口中的树图
If you have a well-written context-free grammar(CFG) then you can draw the tree diagram simply by using nltk library.
Structured tree output
Tree Diagram in Tkinter Window
http://brenocon.com/parseviz/:
输入:
输出:
http://brenocon.com/parseviz/:
Input:
Output: