What is Grammar?
What is Grammar?
And why grammar is your friend…
Grammar(noun): the structure and system of a language , or of languages in general, usually considered to consist of syntax and morphology
Grammar is the system of a language. People sometimes describe grammar as the "rules" of a language; but in fact no language has rules*. If we use the word "rules", we suggest that somebody created the rules first and then spoke the language, like a new game. But languages did not start like that. Languages started by people making sounds which evolved into words, phrases and sentences. No commonly-spoken language is fixed. All language change over time. What we call "grammar" is simply a reflection of a language at a particular time.
Do we need to study grammar to learn a language? The short answer is "no". Very many people in the world speak their own, native language without having studied its grammar. Children start to speak before they even know the word "grammar". But if you are serious about learning a foreign language, the long answer is "yes, grammar can help you to learn more quickly and more efficiently." it's important to think of grammar as something that can help you, like a friend. When you understand the grammar of a language, you can understand many things yourself, without having to ask a teacher or look in a book.
So think of gramma as something good, something positive, something that you can use to find your way - like a signpost or a map.
|
What is Grammar? |
|
Grammar(noun) the structure and system of a language , or of languages in general, usually considered to consist of syntax and morphology 1.Syntax n.語法,句法;语构 His grammar and syntax, both in oral and written expression, were much better than the average. 无论是头口还是笔头,他的文法和句法都非常出众. 2.Morphology n.形态学 The morphology and composition of the pangolin’s scale were analyzed. 对穿山甲鳞片的形态和组成进行了分析. Composition n.作文,作曲;创作;构图;布置;妥协,和解 Scale n.规模;比例;(鱼)鳞片;级别;Vt.测量;攀登;刮去…..的鳞片;vi.衡量;攀登;(鳞屑)脱落;生水垢 |
|
Grammar is the system of a language . •People sometimes describe grammar as the "rules" of a language; •but in fact no language has rules*. •If we use the word "rules", we suggest that somebody created the rules first and then spoke the language, like a new game. •But languages did not start like that. •Languages started by people making sounds which evolved into words, phrases and sentences. •No commonly-spoken language is fixed. All language change over time. •What we call "grammar" is simply a reflection of a language at a particular time. |
|
Do we need to study grammar to learn a language? •The short answer is "no". Very many people in the world speak their own, native language without having studied its grammar. Children start to speak before they even know the word "grammar". •But if you are serious about learning a foreign language, the long answer is "yes, grammar can help you to learn more quickly and more efficiently." it's important to think of grammar as something that can help you, like a friend. When you understand the grammar of a language, you can understand many things yourself, without having to ask a teacher or look in a book. |
|
Grammar like a signpost or a map •So think of gramma as something good, something positive, something that you can use to find your way - like a signpost or a map. |
以上摘至網站
What is Grammar?的更多相关文章
- SH Script Grammar
http://linux.about.com/library/cmd/blcmdl1_sh.htm http://pubs.opengroup.org/onlinepubs/9699919799/ut ...
- [BEC][hujiang] Lesson03 Unit1:Working life ---Grammar & Listening & Vocabulary
3 Working life p8 Grammar Gerund and infinitive(动名词和不定式) 一般而言: 1 动词后面接动名词还是不定式没有特定规则,主要取决于语言习 ...
- No grammar constraints (DTD or XML schema).....两种解决方法
方法一:常用方法 关闭XML验证 工具栏:windows => preferences => xml => xml files => validation => In ...
- No grammar constraints (DTD or XML Schema) referenced in the document.
问题描述 web.xml 使用 Servlet4.0 版本,No grammar constraints (DTD or XML Schema) referenced in the document. ...
- Eclipse Maven pom.xml 警告No grammar constraints (DTD or XML schema)
消除警告方案: <?xml version="1.0" encoding="UTF-8" standalone="no"?> & ...
- Example of Formalising a Grammar for use with Lex & Yacc
Here is a sample of a data-file that we want to try and recognise. It is a list of students and info ...
- Both - Either - Neither English Grammar
http://www.grammar.cl/english/both-either-neither.htm Both, Either, Neither Summary Chart We use bot ...
- Grammar Rules
Grammar Rules Here are 20 simple rules and tips to help you avoid mistakes in English grammar. For m ...
- English Grammar
What is Grammar?
随机推荐
- php对xml文件的增删改查
源文件<?xml version="1.0" encoding="utf-8"?><root> <endTime>2016 ...
- unity Editor下自启动
[InitializeOnLoad] 加上这个特性,并且在静态构造函数里写上内容.即可在Unity启动的时候自启动这个Editor脚本
- 安全DNS
国内首家云安全DNS:(114DNS)114.114.114.114114.114.115.115 将 DNS 地址设为114.114.114.119 和 114.114.115.119 ,拦截钓鱼病 ...
- 基于Java Mina框架的部标jt808服务器设计和开发
在开发部标GPS平台中,部标jt808GPS服务器是系统的核心关键,决定了部标平台的稳定性和行那个.Linux服务器是首选,为了跨平台,开发语言选择Java自不待言.需要购买jt808GPS服务器源码 ...
- 用mysql写带占位符的select语句
sql.append(" AND t.f_user_name LIKE CONCAT('%',?,'%')");//模糊查询 sql.append(" AND t.f_u ...
- PHP学习笔记(4)GD库画五角星
<?php //加header头,不然浏览器乱码 header("content-type: image/png"); //创建画布资源 $img = imagec ...
- ubuntu下SVN使用
一. ubuntu下SVN(命令行客户端)安装:sudo apt-get install subversion 二. 常用命令2. 文件检出:svn checkout 服务器目录 [本地目录] [-- ...
- SQLite学习手册(转)
原文网址:http://www.cnblogs.com/stephen-liu74/archive/2012/01/22/2328757.html 在实际的应用中,SQLite作为目前最为流行的开源嵌 ...
- volatile关键字是什么意思
我写了一段简单的对比代码并分别用vs2017以release方式编译然后用IDA观察汇编代码,如下图所示: 代码1 int a=5; printf("%d",a) 代码2 vola ...
- textarea去掉边框
<textarea style="BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; BORDER-RIGHT: 0px solid; ...