文本块,chunk
1)chunk[英][t???k][美][t???k]文本块
英文短句/例句

1.Drag the side handle to change the width of the text block.拖动侧边手柄更改文本块的宽度。
2.Drag to add a text block with centered text. Use to label sections of a parts list, revisions block, or title block.拖动此形状可添加文本居中的文本块。用于标注部件清单、修订块或标题块的各部分。
3.Drag onto the page to add a text block that resizes with text until manually resized or duplicated.拖到绘图页后,可以添加文本块,该文本块会随文本调整大小,直到被手动调整大小或进行复制。
4.Drag to add a text block that automatically resizes with text until manually resized or duplicated.拖拉可添加文本块,该文本块会随文本自动调整大小,直到被手动调整大小或进行了复制。
5.We provide a Chinese layout analysis method with antecedent non_text regions for this characteristic.针对这种特点,本文提出了一种非文本块优先的中文版面分析方法。
6.Bracket with text outside of it. Use right-click menu and control handle to configure text block.外部带有文本的方括号。使用右击菜单和控制手柄可配置文本块
7.Adjustable curved bracket with text outside. Width, position, and alignment of text block are configurable.外面带文本的可调圆括号。文本块的宽度、位置和对齐方式均可配置。
8.Adjustable brace with text at side. Width, position, and alignment of text block are configurable.侧边带文本的可调大括号。文本块的宽度、位置和对齐方式均可配置。
9.Circuit terminal. Use text block control handle to position terminal number.电路端子。用文本块控制手柄来定位端子号。
10.Drag to add an 8 point size Arial font text block.通过拖动可添加8磅大小宋体字体的文本块
11.Drag to add an 18 point Arial font size text block.通过拖动可添加 18 磅大小宋体字体的文本块
12.Drag to add a 10 point Arial font size text block.通过拖动可添加 10 磅大小宋体字体的文本块
13.A text block with 12pt type you can use to add notes to your project schedule.磅类型的文本块,可用来向项目日程添加注释。
14.Callout with pointer centered at bottom of text block. Selection handles adjust paragraph width.指针位于文本块底部中间的标注。选择手柄可调整段落宽度。
15.Text block with adjustable partial bracket. Selection handles control paragraph width.带可调的不完整方括号的文本块。选择手柄可控制段落宽度。
16.Callout with outline box and elbow pointer at bottom of text block. Selection handle controls paragraph width.外框和肘形指针位于文本块底部的标注。选择手柄可控制段落宽度。
17.Callout with border line and pointer at bottom of text block. Selection handles control paragraph width.位于文本块底部带边框线和指针的标注。选择手柄可控制段落宽度。
18.Code files simply exist as files, modules, and executable scripts.代码文件只是文件,模块,和可执行脚本。
相关短句/例句

text block文本块
1.Since the text information is important in the video stream and video indexing, this paper provides an algorithm based on multiple character of the text to locate text block in video stream.该算法首先对视频序列中每隔25帧的单帧图像进行边缘检测和投影处理来提取文本块,然后用支持向量基进行筛选,排除非文本块的干扰,最后利用视频序列中相邻帧之间的相关性来搜索剩余帧中的文本块
3)Text block文本分块
1.Using text blocks based on multiple templates hidden markov model for text information extraction;基于文本分块的多模板隐马尔可夫模型的文本信息抽取
4)text chunking文本组块
1.The text chunking, as a preprocessing step for parsing, is to divide text into syntactically related non-overlapping groups of words (chunks), reducing the complexity of the ful.文本组块分析作为句法分析的预处理阶段 ,通过将文本划分成一组互不重叠的片断 ,来达到降低句法分析的难度。
5)text module文本模块
6)textBox文本方块
延伸阅读

AutoCAD中导入超文本实现方法一、引言  AutoCAD是应用广泛的CAD软件平台,具有很强的绘图和编辑功能。其绘制的图样能清楚地表达设计者的思想和意图,图样中往往需要加注必要的文字来说明图形所无法表达的信息。除了AutoCAD内含的文本输入命令外,向AutoCAD中输入多行文本即超文本的方法还有:通过Windows提供的剪贴板,利用AutoCAD提供的多行文本命令;利用OLE特性。  二、用单行文本命令组合实现  在AutoCAD图样中输入少量文字可以用DText命令实现,如工程图样中的图名、明细表、标题栏、技术要求等的填写。在需要输入多行文本时,可以通过单行文本的组合来实现。即输入一行文本后,再借助复制命令(Copy)和文本编辑(DDEdit或MTEdit)、属性编辑(DDModify)、对象特性工具(Properties)、移动(Move)等命令进行多行文本的输入。但此种方法在换行时的定位及行列对齐都比较困难。且标注结束后,每行文本都是一个单独的实体。所以用其标注多行文本时,其实输入和编辑的功能远远不如下面的几种方法方便。  三、通过剪贴板来实现  剪贴板是Windows提供的功能,帮助应用程序间进行数据通讯。虽然利用剪贴板所传递的数据是静态的,即应用程序中对数据的修改不会在目标程序中体现出来,但操作方便、快捷、简单。以Word为例,Word提供了剪切(Cut)、复制(Copy)和粘贴(Paste)三个命令来操作剪贴板。其具体实现方法如下:打开AutoCAD和Word软件,在Word中选中要插入的内容,单击下拉式菜单“编辑”中的“复制”命令。激活AutoCAD,打开下拉式菜单“Edit”中的“Paste”选项,这样Word文档就以AutoCAD绘图区左上角为插入点被插入,此种方法插入的文档位置和字体的大小都会与原AutoCAD图样大小和比例不一致,需进行处理。  四、用AutoCAD的多行文本命令来导入  AutoCAD系统提供了多行文本输入命令MText,可以一次标注多行文本,且各行文本都按照指定宽度对齐排列,并成为一个完整统一的实体,其内容可以在多行文本编辑器中直接输入,也可从外部文档导入。  1.在文本编辑器中直接输入  在AutoCAD的下拉式菜单“Draw”中选中“Text”,再单击“Multiline Text…”选项,在Command提示区提示用户确定所标注文本的宽度、高度和字体排列方式,系统根据输入信息,确定文本框大小,并弹出一个专门用于文字编辑的文本编辑器,即弹出“Multiline Text Editor”对话框,在选定字型、字高、文本宽度等前提条件后,可直接在“Multiline Text Editor”对话框中进行多行标注文本的输入、编辑、修改等工作。