| 1. | The scanner is sometimes called a lexical analyzer . 扫描程序有时又把它称为词法分析程序。 |
| 2. | A brief tutorial on parsing and lexing is in order 应该给出关于解析和词法分析的一个简短指南。 |
| 3. | Here is an example of lexing and parsing a sentence 以下是对一个句子进行词法分析和解析的示例。 |
| 4. | Scanning , or lexical analysis 扫描,也称词法分析。 |
| 5. | Perl 6 parsing and lexing Perl 6解析和词法分析 |
| 6. | Chinese lexical analysis is the base work in chinese language processing 中文词法分析是中文信息处理中的一项基础性工作。 |
| 7. | Module employs perl 5 s regular expressions to do lexing seamlessly whenever a 模块使用perl 5的正则表达式来无缝地进行词法分析(当一个 |
| 8. | The result of lexical analysis will affect the performance of upper level application 词法分析结果的好坏将直接影响中文信息处理上层应用的效果。 |
| 9. | And markup language parser includes three parts : token , syntax and semantic analyzer 标记性语言的解析包括:词法分析、语法分析、语义分析三个部分。 |
| 10. | It s no surprise that parsing and lexing in perl 6 is done in a very similar way to the perl 5 and Perl 6中解析与词法分析的完成方式与上面所描述的perl 5和 |