释义 |
- abstract:
1 In software engineering, syntactic methods are techniques for developing correct software programs. The techniques attempt to detect, and thus prevent, certain kinds of defects (bugs) by examining the structure of the code being produced at its syntactic rather than semantic level.
- 1
Ruby has great syntactic flexibility, imposing fewer rules about when and where you can define methods. Ruby 具备极佳的语法灵活性,因此对可以在何时及何处定义方法并没有太多规则限制。 - 2
Combined with some syntactic sugar, this feature permits the user to define methods that look and behave like operators. 结合一些语法上的技巧,这些特性允许用户定义一些看起来像操作符的方法。 - 3
It also covers applications of these methods and models in syntactic parsing, information extraction, statistical machine translation, dialogue systems, and summarization. 同时也包含了语法剖析、资讯萃取、统计式机器翻译、对话系统以及自动摘要等方法和模型的应用。
|