开发者社区 问答 正文

句法树的主要使用情形是那样的呢?

已解决

句法树的主要使用情形是那样的呢?

展开
收起
出笼的鸟 2022-07-24 22:04:32 322 分享 版权
1 条回答
写回答
取消 提交回答
  • 推荐回答

    The graphs above are trees

    ·每个单词都依赖于另一个单词(“head”),句子中只有一个单词是树根

    · 边(称为依存dependencies)具有标签(称为 dependency bypes”)

    · 句 法分析https/www,janshu.com/p/24e0d53b1 e2或者htps:/ww,jianshu.com/p/6d03991b6af

    ·Chinese types: https:/universaldependencies.org/zh/dep/

    ·Engish types: htfp//universaldependencies.org/en/dep/

    1.png

    2022-07-24 22:12:23
    赞同 展开评论
问答地址: