首页 Unit 3 Corpus markup

Unit 3 Corpus markup

举报
开通vip

Unit 3 Corpus markup Unit 3 Corpus markup 3.1 Introduction Data collected using a sampling frame as discussed in unit 2 forms a raw corpus. Yet such data typically needs to be processed before use. For example, spoken data needs to be transcribed from audio recordings. Wr...

Unit 3 Corpus markup
Unit 3 Corpus markup 3.1 Introduction Data collected using a sampling frame as discussed in unit 2 forms a raw corpus. Yet such data typically needs to be processed before use. For example, spoken data needs to be transcribed from audio recordings. Written texts may need to be rendered machine readable, if they are not already, by keyboarding or OCR (optical character recognition) scanning. Beyond this basic processing, however, lies another form of preparatory work – corpus markup. Corpus markup is a system of standard codes inserted into a document stored in electronic form to provide information about the text itself and govern formatting, printing or other processing. This is an area which often causes confusion for neophytes in corpus linguistics. This unit first explains the rationale for corpus markup. Following this, widely used markup schemes such as TEI (the Text Encoding Initiative) and CES (the Corpus Encoding Standard) are introduced. Finally we will discuss a related issue, character encoding, which may be a particularly important issue when corpora including a range of writing systems are being constructed. 3.2 The rationale for corpus markup Corpus markup is important for at least three reasons. First, as noted in unit 2, the corpus data basically consists of samples of used language. This means that these examples of linguistic usage are taken out of the context in which they originally occurred and their contextual information is lost. Burnard (2002) compares such out- of-context examples to a laboratory specimen and argues that contextual information (i.e. metadata, or ‘data about data’) is needed to restore the context and to enable us to relate the specimen to its original habitat. In corpus building, therefore, it is important to recover as much contextual information as practically possible to alleviate or compensate for such a loss (see unit 10.8 for further discussion). Second, while it is possible to group texts and/or transcripts of similar quality together and name these files consistently (e.g. as happens with the LOB and Brown corpora, see unit 7.4), filenames can provide only a tiny amount of extra-textual information (e.g. text types for written data and sociolinguistic variables of speakers for spoken data) and no textual information (paragraph/sentence boundaries and speech turns) at all. Yet such data is of great interest to linguists and thus should be encoded, separately from the corpus data per se, in a corpus (see unit 3.3). Markup adds value to a corpus and allows for a broader range of research questions to be addressed as a result. Finally, pre-processing written texts, and particularly transcribing spoken data, also involves markup. For example in written data, when graphics/tables are removed from the original texts, placeholders must be inserted to indicate the locations and types of omissions; quotations in foreign languages should also be marked up. In spoken data, pausing and para-linguistic features such as laughter need to be marked up. Corpus markup is also needed to insert editorial comments, which are sometimes necessary in pre-processing written texts and transcribing spoken data. What is done in corpus markup has a clear parallel in existing linguistic transcription practices. Markup is essential in corpus building. 3.3 Corpus markup schemes Having established that markup is important in corpus construction, we can now move on to discuss markup schemes. It goes without saying that extra-textual and textual information should be kept separate from the corpus data (texts or transcripts) proper. Yet there are different schemes one may use to achieve this goal. One of the earliest markup schemes was COCOA. COCOA references consist of a set of attribute names and values enclosed in angled brackets, as in , where A (author) is the attribute name and WILLIAM SHAKESPEAR is the attribute value. COCOA references, however, only encode a limited set of features such as authors, titles and dates (cf. McEnery and Wilson 2001: 35). Recently, a number of more ambitious metadata markup schemes have been proposed, including for example, the Dublin Core Metadata Initiative (DCMI, see Dekkers and Weibel 2003), the Open Language Archives Community (OLAC, see Bird and Simons 2000), the ISLE Metadata Initiative (IMDI, see Wittenburg, Peters and Broeder 2002), the Text Encoding Initiative (TEI, see Sperberg-McQueen and Burnard 2002) and the Corpus Encoding Standard (CES, see Ide and Priest-Dorman 2000). DCMI provides 15 elements used primarily to describe authored web resources. OLAC is an extension of DCMI, which introduces refinements to narrow down the semantic scope of DCMI elements and adds an extra element to describe the language(s) covered by the resource. IMDI applies to multimedia corpora and lexical resources as well. From even this brief review it should be clear that there is currently no widely agreed standard way of representing metadata, though all of the current schemes do share many features and similarities. Possibly the most influential schemes in corpus building are TEI and CES, hence we will discuss both of these in some detail here. The Text Encoding Initiative (TEI) was sponsored by three major academic associations concerned with humanities computing: the Association for Computational Linguistics (ACL), the Association for Literary and Linguistic Computing (ALLC), and the Association for Computers and the Humanities (ACH). The aim of the TEI guidelines is to facilitate data exchange by standardizing the markup or encoding of information stored in electronic form. In TEI, each individual text (referred to as document) consists of two parts: header and body (i.e. the text itself), which are in turn composed of different elements. In a TEI header (tagged ), for example, there are four principal elements (see Burnard 2002): z A file description (tagged ) containing a full bibliographic description of an electronic file; z An encoding description (tagged ), which describes the relationship between an electronic text and the source or sources from which it was derived; z A text profile (tagged ), containing a detailed description of non- bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting; z A revision history (tagged ), which records the changes that have been made to a file. Each element may contain embedded sub-elements at different levels. Of these, however, only is required to be TEI-compliant; all of the others are optional. Hence, a TEI header can be very complex, or it can be very simple, depending upon the document and the degree of bibliographic control sought. Fig. 3.1 shows the corpus header of the British National Corpus (Word Edition) expanded to the second level. The plus symbol (+) preceding an element indicates that the element can be expanded while the minus symbol (–) means that an element has already been expanded. Fig. 3.1 The corpus header of the BNC World Edition In the figure, a sequence of the form is referred to as a start tag of an element while a corresponding sequence of the form is an end tag. It is clear that these tags appear in pairs and can be nested within other elements. For example: Approximately 100 million words is embedded in the element, which is in turn nested in . Note that the start tag of an element may also contain an attribute-value pair, e.g. . The body part of a TEI document is also conceived as being composed of elements. In this case, an element can be any unit of text, for example, chapter, paragraph, sentence or word. Formal markup in the body is by far rarer than in the header. It is primarily used to encode textual structures like paragraphs and sentences. Note that the TEI scheme applies to both the markup of metadata and the annotation of interpretative linguistic analysis (see unit 4). For example, the article the can be tagged thus: the This indicates that the part of speech (POS) of the is an article (AT0). In the BNC, the POS tag of the looks like this: the This is because end tags are omitted for the elements , and (i.e. sentences, words and punctuation) in the BNC, the end of each being implied by the following , or . In addition, attribute names (POS), together with the equal sign, are left out for the elements and to save space (cf. Aston and Burnard 1998: 33). The TEI scheme can be expressed using a number of different formal languages. The first editions used the Standard Generalized Markup Language (SGML); the most recent edition (i.e. TEI P4, 2002) can be expressed in the Extensible Markup Language (XML) (Sperberg-McQueen and Burnard 2002). SGML and XML are very similar, both defining a representation scheme for texts in electronic form which is device and system independent. SGML is a very powerful markup language, but associated with this power is complexity. XML is a simplified subset of SGML intended to make SGML easy enough for use on the Web. Hence while all XML documents are valid SGML documents, the reverse is not true. Nevertheless, there are some important surface differences between the two markup languages. End tags in SGML, as noted, can optionally be left out. They cannot in XML. An attribute name (i.e. generic identifier) in SGML may or may not be case sensitive. It is always case sensitive in XML; unless it contains spaces or digits, an attribute value in SGML may be given without double (or single) quotes. Quotes are mandatory in XML. As the TEI guidelines are expressly designed to be applicable across a broad range of applications and disciplines, treating not only textual phenomena, they are designed for maximum generality and flexibility (cf. Ide 1998). As such, up to 450 elements are pre-defined in the TEI guidelines. While these elements make TEI very powerful and suitable for the general purpose encoding of electronic texts, they also add complexity to the scheme. In contrast, the Corpus Encoding Standard (CES) is designed specifically for the encoding of language corpora. CES is described as ‘simplified’ TEI in that it includes only the subset of the TEI tagset relevant to corpus-based work. It also simplifies the TEI specifications. Yet CES also extends the TEI guidelines by adding new elements not covered in TEI, specifying the precise values for some attributes, marking required/recommended/optional elements, and explicating detailed semantics for elements relevant to language engineering (e.g. sentence, word, etc.) (cf. Ide 1998). CES covers three principal types of markup: 1) document-wide markup, which provides a bibliographic description of the document, encoding description, etc.; 2) gross structural markup, which encodes structural units of text (such as volume, chapter, etc.) down to the level of paragraph (but also including footnotes, titles, headings, tables, figures, etc.) and specifies normalization to recommended character sets and entities; 3) markup for sub-paragraph structures, including sentences, quotations, words abbreviations, names, dates, terms and cited words, etc. (see Ide 1998). CES specifies a minimal encoding level that corpora must achieve to be considered standardized in terms of descriptive representation as well as general architecture. Three levels of text standardization are specified in CES: 1) the metalanguage level, 2) the syntactic level and 3) the semantic level. Standardization at the metalanguage level regulates the form of the syntactic rules and the basic mechanisms of markup schemes. Users can use a TEI-compliant Document Type Definition (DTD) to define tag names as well as ‘document models’ which specify the relations among tags. As texts may still have different document structures and markups even with the same metalanguage specifications, standardization at the syntactic level specifies precise tag names and syntactic rules for using the tags. It also provides constraints on content. However, even the same tag names can be interpreted differently by the data sender and receiver. For example, a element may be intended by the data sender to indicate the name of a book while the data receiver is under no obligation to interpret it as such, because the element can also show a person’s rank, honour and occupation, etc. This is why standardization at the semantic level is useful. In CES, the <h.title> element only refers to the name of a document. CES seeks to standardize at the semantic level for those elements most relevant to language engineering applications, in particular, linguistic elements. The three levels of standardization are designed to achieve the goal of universal document interchange. Like the TEI scheme, CES not only applies to corpus markup, it also covers encoding conventions for the linguistic annotation of text and speech, currently including morpho-syntactic tagging (i.e. POS tagging, see unit 4.4.1) and parallel text alignment in parallel corpora (see unit 5.3). CES was developed and recommended by the Expert Advisory Groups on Language Engineering Standards (EAGLES) as a TEI-compliant application of SGML that could serve as a widely accepted set of encoding standards for corpus- based work. CES is available in both SGML and XML versions. The XML version, referred to as XCES, has also developed support for additional types of annotation and resources, including discourse/dialogue, lexicons, and speech (Ide, Patrice and Laurent 2000). 3.4 Character encoding Another issue related to corpus markup is character encoding. In the earlier SGML versions of TEI and CES, special characters in English (e.g. the pound sign £), accented characters in European languages (e.g. those marked with an acute in French, such as é) and other non-ASCII (American Standard Code for Information Interchange) characters were replaced by entity references which are delimited by & and ; (e.g. £ refers to £ and é stands for é). While declaring entity references for characters can solve the problem of representing special characters for languages which have only a small number of such characters, it is not a feasible solution for languages such as Chinese, where tens of thousands of entities would have to be declared to cover the writing system as the SGML versions of TEI and CES are primarily geared toward English and European languages. There are many complementary standardized characters codes (e.g. the ISO-8859 family of 15 members) and competing native character sets (e.g. GB2312 and Big5 for Chinese) that corpus builders can use to avoid this problem. As noted elsewhere (McEnery and Xiao 2005a), while these legacy encodings are efficient in handling the language(s) they are designed for, they are inadequate for the purpose of electronic data interchange in a rapidly globalizing environment. Unicode is an attempt to solve this problem. Unicode is truly multilingual in that it can display characters from a very large number of writing systems and hence it holds out the promise of providing a standard for multilingual corpus character encoding. Unicode has also been adopted by XML as the required character set for all XML documents. With the advent of XML/Unicode, most problems previously associated with character representation in corpus building will be greatly reduced. An XML editor enables you to input characters in most writing systems of the world directly and stores these characters in a way that is directly transferable between different computer systems, whether that be Unicode characters or as character entity references (Sperberg-McQueen and Burnard 2002). The combined use of Unicode and XML is a growing and useful trend in corpus development. As noted in the previous section, TEI and CES are both available in XML versions. XML support has made it possible for these markup schemes to be adopted more widely in a multilingual context. 3.5 Unit summary and looking ahead Markup is an essential step in corpus building. An understanding of corpus markup is also of importance to corpus users. This unit has presented the rationale for corpus markup. It has also reviewed a number of markup schemes, focusing on the TEI guidelines and CES, and reviewed briefly the issue of character encoding in corpus construction. This basic overview should provide a sound basis on which to begin corpus building and use. The discussions in this unit show that markup – especially information traditionally stored in a corpus header – often holds important information relating to context in spoken corpora and genres in written corpora. This information is crucial to the process of interpreting the data extracted from a corpus. The markup of the text in the body (e.g. paragraph and sentence markers) is also often very useful for linguists. Markup schemes vary in complexity, as does the markup of individual corpora. This complexity depends on the level of detail required for particular research questions. This unit only provided a brief introduction to two major markup schemes, TEI and CES/XCES. Readers who wish to find further details of these schemes, or details of other schemes, should refer to their individual websites. The next unit will explore a related area of corpus construction – the annotation of interpretative linguistic analysis. </div> </div> <!-- 正文底部文案 --> <div class="file-content-bottom mt20"> 本文档为【Unit 3 Corpus markup】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。 <br> 该文档来自用户分享,如有侵权行为请发邮件ishare@vip.sina.com联系网站客服,我们会及时删除。<br> [版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。<br> 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。<br> 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。 </div> <!-- 下载 --> <div class="download-area mt20"> <div class="down-info"> <!-- VIP专享资料展示xx特权,付费资料展示¥xx,免费资料展示免费。 --> 下载需要: 免费 已有0 人下载 </div> <div class="download-groupbtns"> <a href="javascript:;">立即下载</a> </div> </div> <!-- 你可能还喜欢 --> <div class="youlike-area mt20"> <h3>你可能还喜欢</h3> <ul class="youlike-item"> <li> <a href="https://ishare.iask.com/f/2lZfySbW607.html">通信塔制作流程工序质量要求</a> </li> <li> <a href="https://ishare.iask.com/f/321fMALMYcE.html">人大代表证有什么用途</a> </li> <li> <a href="https://ishare.iask.com/f/35Ki9YhzfO6.html">诗中飞舞 飞舞</a> </li> <li> <a href="https://ishare.iask.com/f/5A4TVEHI4RT.html">2014年数学拔尖人才考试题(答案)</a> </li> <li> <a href="https://ishare.iask.com/f/5gCv9W5a3EX.html">农村建房申请书范本6篇</a> </li> <li> <a href="https://ishare.iask.com/f/5jhLF4g1dhR.html">混凝土挡土墙施工方案</a> </li> <li> <a href="https://ishare.iask.com/f/1eneyy7QHgmF.html">一年级上册数学课件- 5.8 动物乐园 l 冀教版 共15张PPT</a> </li> <li> <a href="https://ishare.iask.com/f/RlzYTw7mGPz.html">国家豁免权的例外问题研究</a> </li> <li> <a href="https://ishare.iask.com/f/bmostFolF229.html">定格在记忆中的画面_六年级记叙文作文400字</a> </li> <li> <a href="https://ishare.iask.com/f/du6w37Mcsn.html">分部分项工程施工和单价措施项目清单及计价表</a> </li> <li> <a href="https://ishare.iask.com/f/iTw9s10YfW.html">装修材料质量证明文件</a> </li> <li> <a href="https://ishare.iask.com/f/tzqlww7zfwn.html">放射工作人员职业健康管理办法最新</a> </li> <li> <a href="https://ishare.iask.com/f/2g20UrDgMT8.html">园林绿化分部分项划分表.</a> </li> <li> <a href="https://ishare.iask.com/f/2iTVdtau4x.html">物业管理服务质量检查考核办法</a> </li> <li> <a href="https://ishare.iask.com/f/32Sprr81kn1.html">学生资助工作信访记录表</a> </li> <li> <a href="https://ishare.iask.com/f/iTowluOejd.html">六组词有哪些两字的(参考)</a> </li> <li> <a href="https://m.ishare.iask.com/f/iywd4Pbv1X.html">上海市高级人民法院关于执行司法鉴定收费及时效的规定</a> </li> <li> <a href="https://m.ishare.iask.com/f/iywd4Pbv1X.html">上海市高级人民法院关于执行司法鉴定收费及时效的规定</a> </li> <li> <a href="https://m.ishare.iask.com/f/iywd4Pbv1X.html">上海市高级人民法院关于执行司法鉴定收费及时效的规定</a> </li> <li> <a href="https://m.ishare.iask.com/f/iywd4Pbv1X.html">上海市高级人民法院关于执行司法鉴定收费及时效的规定</a> </li> </ul> </div> <!-- 推荐 --> <div class="recmond-area mt20"> <div class="recmend-tab"> <div class="tab-item" val="new">最新资料</div> <div class="tab-item current" val="hot">资料动态</div> <div class="tab-item" val="topic">专题动态</div> </div> <div class="recmend-item"> <div class="switch_content_wrap"> <ul> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/359SpUw99Gv.html" target="_blank">琴韵悠扬</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/btpWRmZKCKl.html" target="_blank">奶奶真好作文</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/bvEJFBaW4Wj.html" target="_blank">道路客运承运人责任险(模板).ppt(修改版)</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/bx9viw4fU6l.html" target="_blank">迭代法加速 数值分析论文 数值分析大作业 数值分析</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/dyJi75hFOq.html" target="_blank">全抛釉产品配方调节的研究与探讨</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/fe19iZJDn.html" target="_blank">小学话题作文指导讲座+小学高年级材料作文</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/iZlhwT8tqw.html" target="_blank">想着你亲爱的(伴奏版)(包蔓)-简谱-吉他谱-钢琴谱-电子琴谱-手风琴谱-二胡谱-笛萧谱-萨克斯谱-古筝谱-歌词</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/m7tkRB4u7.html" target="_blank">烈士碑文范例 (3页)</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/sCLxt1m53d9.html" target="_blank">四年级英语动词过去式</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/v8IrIvmr5R.html" target="_blank">社会主义核心价值观教案</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/dMempfrYj3.html" target="_blank">红白喜事大全(详解版)</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/23678989.html" target="_blank">DLT 475-2006 接地装置特性参数测量导则</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/2dQ250knRLY.html" target="_blank">新课程改革中教师角色的定位</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/33aDSRWHLDJ.html" target="_blank">工程处汪子兵发言稿 - 华中电网有限公司</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/359SpUw99Gv.html" target="_blank">琴韵悠扬</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/btpWRmZKCKl.html" target="_blank">奶奶真好作文</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/bvEJFBaW4Wj.html" target="_blank">道路客运承运人责任险(模板).ppt(修改版)</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/bx9viw4fU6l.html" target="_blank">迭代法加速 数值分析论文 数值分析大作业 数值分析</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/dyJi75hFOq.html" target="_blank">全抛釉产品配方调节的研究与探讨</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/fe19iZJDn.html" target="_blank">小学话题作文指导讲座+小学高年级材料作文</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/iZlhwT8tqw.html" target="_blank">想着你亲爱的(伴奏版)(包蔓)-简谱-吉他谱-钢琴谱-电子琴谱-手风琴谱-二胡谱-笛萧谱-萨克斯谱-古筝谱-歌词</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/m7tkRB4u7.html" target="_blank">烈士碑文范例 (3页)</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/sCLxt1m53d9.html" target="_blank">四年级英语动词过去式</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/v8IrIvmr5R.html" target="_blank">社会主义核心价值观教案</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/dMempfrYj3.html" target="_blank">红白喜事大全(详解版)</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/23678989.html" target="_blank">DLT 475-2006 接地装置特性参数测量导则</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/2dQ250knRLY.html" target="_blank">新课程改革中教师角色的定位</a> </li> <li> <!-- <a target="_blank" href="https://ishare.iask.sina.com.cn/f/.html"></a> --> <a href="https://ishare.iask.com/f/33aDSRWHLDJ.html" target="_blank">工程处汪子兵发言稿 - 华中电网有限公司</a> </li> </ul> </div> <div class="switch_content_wrap current"> <ul> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/7FGu3bLuwS.html" target="_blank">税收筹划习题及解答终极版-已纠错</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/7GwVUDbDqPT.html" target="_blank">开闭店流程(第二版)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/7ICvAHnLUox.html" target="_blank">中国建设银行企业网上银行客户操作综合手册</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/88S3AUT8WL.html" target="_blank">辞职报告书模板</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/9NgeOlgkKX.html" target="_blank">丝印改善总结</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/9SpEQJIcjV.html" target="_blank">救护车消毒使用登记本</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/aCy9nvqISl.html" target="_blank">发酵罐的工艺计算</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/7Eyaz9MUfEK.html" target="_blank">“四无四保”规则措施及考核细则</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/Lq8aZQQ9lV.html" target="_blank">安捷伦GC-MS培训总结</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/QI1nXqCmuql.html" target="_blank">渗流力学精选思考题答案</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/QIxxxzr41zS.html" target="_blank">Altium Designer 10电路设计标准实例课件第11章创建元件库及元件封装</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/QQEYhu0vdcB.html" target="_blank">双飞跳绳教案</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/QIiZabFxUB.html" target="_blank">关于蝇王的象征主义分析开题答辩</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/27tvO5NdFw2.html" target="_blank">2022年中华人民共和国行政处罚法(通用3篇)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/2i82KyL60ZY.html" target="_blank">小学开学典礼发言稿(10篇)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/321qQ6sulUF.html" target="_blank">第八套广播体操比赛考核评分表</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/6wp8P9559nT.html" target="_blank">望气方法入门</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://ishare.iask.com/f/68479702.html" target="_blank">《刘志雄-按照圣经做父母》</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://ishare.iask.com/f/6vN0iI5rzhZ.html" target="_blank">农村自建房房屋施工承包合同</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://ishare.iask.com/f/QsvWNcGg3tL.html" target="_blank">管理人员安全环保履职能力评估表</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://ishare.iask.com/f/2RpAKCXivDY.html" target="_blank">陕西省农村集体聚餐食品安全管理办法-(1)</a> </li> </ul> </div> <div class="switch_content_wrap"> <ul> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/5vuzBeZ0IPj.html" target="_blank">2021年1月湖北省普通高中学业水平选择性考试模拟演练物理试题</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/6ju54zyaqx.html" target="_blank">被同学冤枉的滋味作文</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/7K81DtUuibG.html" target="_blank">合作社财务管理制度范本</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/8AEVRGyxIr3.html" target="_blank">犯错与惩罚分析</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/8Bc23EEkq1J.html" target="_blank">数学建模 人口预报模型</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/95tBxG5SVT.html" target="_blank">手机网络信号屏蔽器</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/9VA9DwiVhl.html" target="_blank">一中作息时间表2012.10.1</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/31PIc5VpTIf.html" target="_blank">《最蓝的眼睛》主题分析</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/31TfU9lk6H.html" target="_blank">2021年1月-3月核技术利用辐射安全与防护考核刷题2(附答案)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/31qdn9DcL4f.html" target="_blank">化学物质安全特性表</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/34OzYBCwTID.html" target="_blank">关于小区垃圾分类处置的几点建议</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/34mkg4JvgDS.html" target="_blank">环保教育教案及作业(我是地球小公民)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/35Xp8JbgQFH.html" target="_blank">Visual LISP教程(可编辑)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/4cAPwDIBxqi.html" target="_blank">彩钢板净化装修工程施工方法及要求</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/5vuzBeZ0IPj.html" target="_blank">2021年1月湖北省普通高中学业水平选择性考试模拟演练物理试题</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/6ju54zyaqx.html" target="_blank">被同学冤枉的滋味作文</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/7K81DtUuibG.html" target="_blank">合作社财务管理制度范本</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/8AEVRGyxIr3.html" target="_blank">犯错与惩罚分析</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/8Bc23EEkq1J.html" target="_blank">数学建模 人口预报模型</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/95tBxG5SVT.html" target="_blank">手机网络信号屏蔽器</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/9VA9DwiVhl.html" target="_blank">一中作息时间表2012.10.1</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/31PIc5VpTIf.html" target="_blank">《最蓝的眼睛》主题分析</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/31TfU9lk6H.html" target="_blank">2021年1月-3月核技术利用辐射安全与防护考核刷题2(附答案)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/31qdn9DcL4f.html" target="_blank">化学物质安全特性表</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/34OzYBCwTID.html" target="_blank">关于小区垃圾分类处置的几点建议</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/34mkg4JvgDS.html" target="_blank">环保教育教案及作业(我是地球小公民)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/35Xp8JbgQFH.html" target="_blank">Visual LISP教程(可编辑)</a> </li> <li> <!-- <a target="_blank" href=""></a> --> <a href="https://m.ishare.iask.com/f/4cAPwDIBxqi.html" target="_blank">彩钢板净化装修工程施工方法及要求</a> </li> </ul> </div> </div> </div> </div> <div class="rigthAside fl"> <!-- 作者信息 --> <div class="editer-con"> <div class="avatar-frame"> <img src="https://pic.iask.com.cn/1mwmgl6hn3.png" alt=""> </div> <div class="editer-info"> <div class="nickname">is_086017</div> <div class="editer-brief"> 暂无简介~ </div> </div> </div> <!-- 文章信息 --> <div class="paper-info"> <div class="info-item">格式:pdf</div> <div class="info-item">大小:115KB</div> <div class="info-item">软件:PDF阅读器</div> <div class="info-item">页数:0</div> <div class="info-item">分类:工学</div> <div class="info-item">上传时间:2013-09-27</div> <div class="info-item">浏览量:5</div> </div> <!-- 相关资料 --> <div class="related-file"> <div class="column-name">相关资料</div> <ul> <li class="file-item"> <a href="https://ishare.iask.com/f/34dp5qm9Gmj.html">男孩的人生目标大有不同读书笔记</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/5Wnc8Mz8CAJ.html">数字化X线影像系统(DR)可行性论证报告</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/5kkVktuRG1x.html">2021年版最全药店常见病联合用药基础手册及配伍禁忌</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/23325753.html">真空工程技术(徐成海) 第4篇 Part6</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/2U62oAH3NUm.html">自-五菱荣光加长车及单双排货车后制动器正确调整方法</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/2Z0kLiwobCL.html">企业安全生产操作规程目录</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/32oo3iHIu4K.html">资料玛卡有什么作用及哪些吃法</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/33KgOSaTrBI.html">氟尼辛葡甲胺(完)</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/35jWOm0FqgL.html">改变速度的走教学反思</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/48LoWUQKT1.html">绽放青春的力量作文</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/4fJhB0sfREG.html">《唱支山歌给党听》课件</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/69Cn4IAO5X.html">2005年辽宁省锦州中考数学试题及答案</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/35G8TJf1mjE.html">大学试卷的保密、装订和存档保管规定</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/35uDl8LVCxM.html">BMB 实验室苏云金芽胞杆菌伴胞晶体和晶体蛋白的制备</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/37138322.html">1,8—萘酐和1,8—萘酰亚胺中硝基和卤素基团的亲核取代反应</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/5HHeGWDjjQf.html">社区自治章程</a> </li> <li class="file-item"> <a href="https://m.ishare.iask.com/node/s/9d3g8miwjuzv6.html">电商品牌推广方案</a> </li> <li class="file-item"> <a href="https://m.ishare.iask.com/f/56JNwqZ6Cl.html">混凝土结构设计规范 GB50010—20</a> </li> <li class="file-item"> <a href="https://ishare.iask.com/f/2kj3SIkeGMT.html">实验室buffer配方</a> </li> <li class="file-item"> <a href="https://m.ishare.iask.com/f/1fpnJTsXpat8.html">银行对公客户经理竞聘报告</a> </li> </ul> </div> <!-- 热门搜索 --> <div class="hot-search"> <div class="search-top"> <span class="column-name">热点搜索</span> <!-- <span class="swtich-bar">换一换</span> --> </div> <div class="search-list"> <a href="https://m.ishare.iask.com/f/35tT1NFB5CE.html">两支队伍建设培训计划</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/4WeIntA2Rrz.html">铁路轨道曲线正矢计算(修正)</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/5goGNtLRTfY.html">高中地理最易出错的选择题</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/1NkjrExD4iW.html">刀模管理制度</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/bmXvyBtuJEsh.html">为什么学习?_三年级写景作文200字</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/e65CrRuEIJ.html">初中生物《绿色植物的呼吸作用》教学反思</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/iACx8eCtjk.html">河南省食品药品监督管理局2007年招考公务员拟录用人员...</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/iMGcQ0LyUl.html">病例分析题</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/iXfRwroZe6.html">井字梁计算</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/it0eXHF0ZS.html">华能平凉电厂二期锅炉主机运行规程</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/jbSaqqysAA.html">2015关于鼓励员工考取各类证书的奖励办法</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/tnNUfHhQFBz.html">USGAAP美国会计准则与CNGAAP中国会计准则具体差异列表</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/vvygNDUWMj.html">消防设备安全操作规程</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/wxBJC6tkdx.html">美术开学第一课</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/35tT1NFB5CE.html">两支队伍建设培训计划</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/4WeIntA2Rrz.html">铁路轨道曲线正矢计算(修正)</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/5goGNtLRTfY.html">高中地理最易出错的选择题</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/1NkjrExD4iW.html">刀模管理制度</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/bmXvyBtuJEsh.html">为什么学习?_三年级写景作文200字</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/e65CrRuEIJ.html">初中生物《绿色植物的呼吸作用》教学反思</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/iACx8eCtjk.html">河南省食品药品监督管理局2007年招考公务员拟录用人员...</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/iMGcQ0LyUl.html">病例分析题</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/iXfRwroZe6.html">井字梁计算</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/it0eXHF0ZS.html">华能平凉电厂二期锅炉主机运行规程</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/jbSaqqysAA.html">2015关于鼓励员工考取各类证书的奖励办法</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/tnNUfHhQFBz.html">USGAAP美国会计准则与CNGAAP中国会计准则具体差异列表</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/vvygNDUWMj.html">消防设备安全操作规程</a> <!-- <a href=""></a> --> <a href="https://m.ishare.iask.com/f/wxBJC6tkdx.html">美术开学第一课</a> <!-- <a href=""></a> --> </div> </div> </div> </div> <!-- 底部声明 --> <div class="website-footer"> <div class="footer-content"> <div class="footer-link"> <div class="earth-con"> <div class="file-groups earth-con-item"> <span>资料大全</span> <a href="/index/f-a.html " target="_blank">A</a> <a href="/index/f-b.html " target="_blank">B</a> <a href="/index/f-c.html " target="_blank">C</a> <a href="/index/f-d.html " target="_blank">D</a> <a href="/index/f-e.html " target="_blank">E</a> <a href="/index/f-f.html " target="_blank">F</a> <a href="/index/f-g.html " target="_blank">G</a> <a href="/index/f-h.html " target="_blank">H</a> <a href="/index/f-i.html " target="_blank">I</a> <a href="/index/f-j.html " target="_blank">J</a> <a href="/index/f-k.html " target="_blank">K</a> <a href="/index/f-l.html " target="_blank">L</a> <a href="/index/f-m.html " target="_blank">M</a> <a href="/index/f-n.html " target="_blank">N</a> <a href="/index/f-o.html " target="_blank">O</a> <a href="/index/f-p.html " target="_blank">P</a> <a href="/index/f-q.html " target="_blank">Q</a> <a href="/index/f-r.html " target="_blank">R</a> <a href="/index/f-s.html " target="_blank">S</a> <a href="/index/f-t.html " target="_blank">T</a> <a href="/index/f-u.html " target="_blank">U</a> <a href="/index/f-v.html " target="_blank">V</a> <a href="/index/f-w.html " target="_blank">W</a> <a href="/index/f-x.html " target="_blank">X</a> <a href="/index/f-y.html " target="_blank">Y</a> <a href="/index/f-z.html " target="_blank">Z</a> <a href="/index/f-09.html " target="_blank">0-9</a> </div> <div class="topic-groups earth-con-item"> <span>专题大全</span> <a href="/index/t-a.html " target="_blank">A</a> <a href="/index/t-b.html " target="_blank">B</a> <a href="/index/t-c.html " target="_blank">C</a> <a href="/index/t-d.html " target="_blank">D</a> <a href="/index/t-e.html " target="_blank">E</a> <a href="/index/t-f.html " target="_blank">F</a> <a href="/index/t-g.html " target="_blank">G</a> <a href="/index/t-h.html " target="_blank">H</a> <a href="/index/t-i.html " target="_blank">I</a> <a href="/index/t-j.html " target="_blank">J</a> <a href="/index/t-k.html " target="_blank">K</a> <a href="/index/t-l.html " target="_blank">L</a> <a href="/index/t-m.html " target="_blank">M</a> <a href="/index/t-n.html " target="_blank">N</a> <a href="/index/t-o.html " target="_blank">O</a> <a href="/index/t-p.html " target="_blank">P</a> <a href="/index/t-q.html " target="_blank">Q</a> <a href="/index/t-r.html " target="_blank">R</a> <a href="/index/t-s.html " target="_blank">S</a> <a href="/index/t-t.html " target="_blank">T</a> <a href="/index/t-u.html " target="_blank">U</a> <a href="/index/t-v.html " target="_blank">V</a> <a href="/index/t-w.html " target="_blank">W</a> <a href="/index/t-x.html " target="_blank">X</a> <a href="/index/t-y.html " target="_blank">Y</a> <a href="/index/t-z.html " target="_blank">Z</a> <a href="/index/t-09.html " target="_blank">0-9</a> </div> </div> <div class="copy-link"> <a class="website-home-link" href="/" target="_blank"> <img class="website-icon" src="//static3.iask.cn/v202404111630/images/footer_logo.png"> </a> <p class="footer-nav"> <a href="http://help.iask.com/helpCenter/5e15a72a474e3171f58ae2a6.html" rel="nofollow" target="_blank" class="footer-nav-link jsReplaceNavLink">网站声明 <span>|<span></a> <a href="http://help.iask.com/helpCenter/5d11e55e0cf2d66b81a5513f.html" rel="nofollow" target="_blank" class="footer-nav-link jsReplaceNavLink">侵权处理 <span>|<span></a> <a href="/node/feedback/feedback.html" rel="nofollow" target="_blank" class="footer-nav-link">投诉反馈 <span>|<span></a> <a href="http://help.iask.com/helpCenter/ishare.html" rel="nofollow" target="_blank" class="footer-nav-link">帮助中心 <span>|<span></a> <a href="/index/f-a.html" target="_blank" class="footer-nav-link">网站地图 <span>|<span></a> <a href="https://office.iask.com/" target="_blank" class="footer-nav-link">爱问办公</a> </p> <a class="copy-txt" href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank"><span class="beian">京ICP证000007-6</span> 爱问文库-Copyright © 2024 版权所有</a> <p class="web-copyright jsWebCopyright"> <a target="_blank" href="https://beian.mps.gov.cn/#/query/webSearch?code=33021202002483" rel="noreferrer"><img class="copyright-mark" src="//static3.iask.cn/v202404111630/images/common/ic_mark.png" alt="">浙公网安备 33021202002483</a> </p> </div> </div> <div class="footer-kefu"> <div class="footer-border"></div> <p>客服热线:0755-26904047</p> <p>工作日:9:00-18:00</p> <span class="btn-contact jsContactMeiqia" data-pageid="footer">在线客服</span> </div> <ul class="footer-qrcode-items"> <li class="qrcode-item"> <div class="qrcode-item-img"> <img src="//static3.iask.cn/v202404111630/images/ishare_gongxiang.jpg"> </div> <p class="qrcode-item-desc">关注爱问文库服务号</p> </li> </ul> </div> </div> <script> window.pageConfig = { page: {} }; seajs.use(["dist/spider/init.js"]); </script> <script type="text/javascript"> document.write(unescape( "%3Cspan id='cnzz_stat_icon_1279079195'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/stat.php%3Fid%3D1279079195' type=" + "'text/javascript'%3E%3C/script%3E" )); </script> </body> </html>