parser
英 ['pɑ:sə]
美 ['pɑsə]
将“parser”分解为“par”和“-er”。想象一个“par”代表平行,意味着理解或分析事物时的对称和平衡,而“-er”通常表示人或动作执行者。因此,“parser”可以形象地记忆为“一个执行平行分析的人”,即一个分解和解释文本的人,这有助于记住“parser”是计算机科学中用于分析文本结构的程序或工具。
以上内容由AI生成, 仅供参考和借鉴
- 1. A parsing program , or parser, is also called a recognizer.
- 分析过程又称作识别程序.
- 2. It causes the parser to parse an NP.
- 它调用分析程序分析一个名词短语.
- 3. Compiler parser in principle, have to with documentation of the code analysis.
- 编译解析器在原则上, 必须处理的文件的代码分析.
- 4. The final parser composite is a non - deterministic recursive - descent parser with infinite look - ahead.
- 最终分析器的合成物是一个 非 确定性的无限递推分析器.
- 5. The design of VML parser adopts OOD ( C ++ ) and integration method.
- 设计采取了集成各种解析器的方法:SAX解析器 、字符串解析器、 VML C++类.