Please help us improve the quality of example sentences! Edit on Github

标注器是基本的文本分析组件。An Annotator is the basic text analysis component.

用在表注释器内以选择一整列。Use inside the table annotator to select an entire column.

Other words in sentence

您将在下一个步骤的注释器类中使用这些类。You use these classes in the annotator code in the next step.

比如说,您可以为每个包实现一个注释者。You could, for example, implement one annotator aspect per package.

如果这能够解决该问题,那么注释器将返回一个比较长的返回值。If this solves the problem, your annotator may return unexpectedly long return values.

对于更复杂的文本分析任务,可能需要开发定制的注释器。For more complex text analysis tasks, the development of a custom annotator may be of interest.

通过扩展正则表达式注释器的规则,可以执行许多文本分析任务。Many text analysis tasks can be addressed by extending the rules of the regular expression annotator.

Other words in sentence

现在,安装的正则表达式注释器已经配置了所需的规则集。The installed version of the regular expression annotator now has the desired set of rules configured.

定制开发的注释器可以替换正则表达式注释器,或者与它部署在一起。A custom-developed annotator would replace or be deployed together with the provided regular-expression annotator.

将注释器和映射文件链接到集合之后,就可以对文档进行爬行、解析和编制索引。With both the annotator and the mapping file linked to the collection, documents can be crawled, parsed, and indexed.

现在,集合已经可以用定制的注释器处理文档,并将结果存储在它的搜索索引中。Now the collection is ready to process documents with the customized annotator and store the results in its search index.

请使用注释者方面方法,参与只发生在对注释类型的共同理解这一级别。With the annotator aspect approach, the participation occurs only at the level of a shared understanding of annotation type.

Other words in sentence

这个文件包含一组规则,这些规则定义注释器应该处理的字符和数字序列的类型以及处理的方式。This file contains a set of rules that define on what type of character or number sequences the annotator should act and how it should act.

由正则表达式注释器执行的额外文本分析会影响性能,会降低解析器的最大吞吐量。The additional text analysis performed by the regular expression annotator does have a performance impact and will reduce the maximum parser throughput.

例如,如果您在一个行中运行多个注释器,那么其中一个注释器能够访问之前运行的注释器创建的注释。For example, if you are running multiple annotators in a row, one annotator can access the annotations that were created by previously running annotators.