分析树 meaning in Chinese
parse tree
Examples
- The provider will reparse the codedom tree and pass the resulting parse tree to the
该提供程序将重新分析codedom树,并将生成的分析树传递到 - So even though this is at the bottom of the tree , ialways begin here when you look at and analyze trees
。所以即使这是树的底层,当您查看并分析树的时候,我也通常以此开始。 - An ast creates a full analysis tree where each element of the java source is represented and distinguished
Ast创建了完整的分析树,其中表示了java源代码的每个元素并对这些元素进行了区分。 - Moreover , we present an intermediate representation for parsing tree of cfl sentence that can be easily implemented and needs less space occupancy
此外,为上下文无关语言句子的分析树设计了一种简单表示形式,这种表示形式可以提高空间效率,并且易于实现。 - Beam search is also used in the decoding , keep the top - n production rules to do the next deduction , bottom - up to form a tree structure . ( 3 ) experiments on the decoders . evaluate on the 863 corpus , and
在搜索的过程中,同样采用了柱搜索的方法,保存概率最大的n条产生式规则作为下一步推导的基础,自底向上形成一棵英文的句法分析树; ( 3 )两种解码器的翻译实验。