语料库语言学,corpus linguistics
1)corpus linguistics语料库语言学
1.Prospects for the development of corpus linguistics;语料库语言学发展趋势瞻望——2003语料库语言学国际会议综述
2.Theoretical Considerations in Corpus Linguistics;语料库语言学的理论解析
3.Reviewing corpus and corpus linguistics语料库语言学发展回顾及展望
英文短句/例句

1.Misunderstandings about Corpus and Corpus Linguistics in China and abroad对语料库、语料库语言学的种种误解
2.Corpus Linguistics:A Boom of the Postmodern Linguistic Research;语料库语言学:后现代语言学的兴起
3.Comments on the Features of Corpus Linguistics to Language Study;语料库语言学对语言研究及语言教学的启示
4.Corpus Linguistics Challenging Traditional Grammar;语料库语言学对传统英语语法的挑战
5.Schemata Theory, Corpus Linguistics and Foreign Language Teaching;图式理论、语料库语言学与外语教学
6.Regression of Empiricism in Foreign Language Teaching─Application of Corpus Linguistics to FLT;论语料库语言学在外语教学中的应用
7.Prospects for the development of corpus linguistics;语料库语言学发展趋势瞻望——2003语料库语言学国际会议综述
8.On corpus linguistics and language action research teaching module;语料库语言学与语言行动研究教学模式
9.PowerGREP and Its Application to Corpus Linguistics;PowerGREP及其在语料库语言学中的应用
10.The 2003 International Conference on Corpus Linguistics at Shanghai;2003上海语料库语言学国际会议述评
11.A Study of Specialized Collocations--A Corpus based Approach;专业性搭配初探——语料库语言学方法
12.English Corpora and Corpus Linguistics:Past Forty Years and Future Trends;近40年英语语料库及语料库语言学研究的回顾与展望
13.Corpus Linguistic Approach to the Study of Student English Vocabulary Acquisition;语料库语言学方法与大学生英语词汇习得研究
14.With the development of corpus linguistic, corpus provides us a lot authentic language material.随着语料库语言学的发展,语料库为英语教学提供了大量真实的语言材料。
15.On the Development of Corpus Linguistics and Its Relationship with Generative Grammar;语料库语言学的发展及其与生成语法的关系
16.Corpus Linguistics and Its Applications in Second Language Acquisition语料库语言学及其在二语习得中的作用
17.The tagging of Mongolian phrases is the further study with Mongolian corpus linguistics.蒙古语短语标注是蒙古语语料库语言学研究的进一步深化。
18.The Importance of English Proverbs as Teaching Resources from the Pespective of Corpus Linguistics;从语料库语言学看英谚教学资源的重要性
相关短句/例句

corpus linguistics research语料库语言学研究
3)impact of corpus linguistics语料库语言学的影响
4)physics RAs corpus语言学论文语料库
5)corpus linguistics语料语言学
6)linguistic material语言学史料
1.The thesis discusses the linguistic material which shows in five aspects: the research on the dialect,the study on difficult words,the explanation to the character of ancient books,the research on the specific expression and the study on appellations.同时,它也蕴涵着丰富的语言学史料,为我们研究语言提供了不少可资利用的宝贵材料。
延伸阅读

数据库语言  数据库系统的数据描述、操纵和控制语言。它是数据库管理系统为用户维护和操作数据库中的数据提供的工具,是数据库管理系统的重要组成部分。    数据描述语言  或称数据定义语言,用于描述数据库中的数据、数据的逻辑结构、数据的物理结构以及两者间映射的工具。数据库系统结构可分为三级:模式、子模式和存储模式。数据描述语言相应地也分为三级:供数据库管理员使用的,描述数据库全局逻辑结构的数据描述语言,即模式数据描述语言;描述数据实际存储方式的数据描述语言,即存储描述语言;供用户使用的,描述数据库局部逻辑结构的数据描述语言,即子模式数据描述语言。模式数据描述语言是独立于数据库应用程序设计语言的语言。子模式数据描述语言则和选作宿主语言的程序设计语言有相容的语法。    数据操纵语言  对数据库中数据进行存储、检索、修改和删除的语言,为使用数据库所必需的工具。任何数据库管理系统至少提供一种数据操纵语言。一般可分为两类:①可以独立使用的自容型数据操纵语言,主要提供查询功能,也称查询语言,有时还可兼有数据存储、修改和删除功能,通常是非过程化语言。②宿主型数据操纵语言,它要嵌入其他程序设计语言(如COBOL、FORTRAN、PL/I、汇编语言)。被嵌入的语言称为宿主语言,嵌入的语言称为子语言。数据库应用程序用宿主语言和子语言书写而成。操纵语言和宿主语言要有相容的语法。宿主型操纵语言通常是过程化语言。关系数据库管理系统所提供的数据库语言,如System R的SQL语言,具有定义、操纵和控制一体化的特征,既可嵌入宿主语言,也可独立用作查询语言。    数据控制语言  数据库语言中提供数据控制功能的语句的总和,如控制用户对数据的存取权、控制数据完整性等的语言成分。