Subject | English | Chinese simplified |
comp., MS | custom extraction dictionary | 自定义提取字典 (A user defined dictionary that lists single words or phrases that the system matches to words in the content in either a case-sensitive way or a case-insensitive way, depending on the type of dictionary that is used) |
comp., MS | exact word extraction dictionary | 全字匹配抽取字典区分大小写 (" A custom extraction dictionary that lists words or phrases that are matched to exact words in the content in a case-sensitive way. For example, the system matches "anchor" to "anchor," but not to "Anchor" or "Anchorage.") |
comp., MS | exact word part extraction dictionary | 全字部分匹配抽取字典区分大小写 (" A custom extraction dictionary that lists words or phrases that are matched anywhere in the content in a case-sensitive way. For example, the system matches "anchor" and "anchorage," but not "Anchor.") |
comp., MS | extraction rule | 提取规则 (A rule that copies a string from a Web test response and puts it in the test context for use later in the test) |
comp., MS | extraction, transformation, and loading | 提取、转换和加载 (The act of extracting data from various sources, transforming data to consistent types, and loading the transformed data for use by applications) |
comp., MS | Practical Extraction and Report Language | 实用摘录和报告语言 (An interpreted language, based on C and several UNIX utilities. Perl has powerful string-handling features for extracting information from text files. Perl can assemble a string and send it to the shell as a command; therefore, it is often used for system administration tasks. A program in Perl is known as a script. Perl was devised by Larry Wall at the NASA Jet Propulsion Laboratory) |
comp., MS | word extraction dictionary | 全字匹配抽取字典不区分大小写 (" A custom extraction dictionary that lists words or phrases that are matched to exact words in the content in a case-insensitive way. For example, the entry "anchor" will match "anchor" and "Anchor," but not "anchorage.") |
comp., MS | word part extraction dictionary | 全字部分匹配抽取字典不区分大小写 (" A custom extraction dictionary that lists words or phrases that are matched anywhere in the content in a case-insensitive way. For example, the entry "anchor" will match "anchor," "Anchor," and "anchorage.") |