英语中的国籍,国家和地区

英语中对于国籍,国家的表述是不一样的,我时常迷糊于此。前些日子我发现了一本英语奇书《Practical English Usage》,这本书回答了我许多英语中的疑问。下面的内容也就是将该书的第364条抄一下。

1,Introduction

In order to refer to a nation or region and its affairs it is usually necessary to know four words:

* the name of the country or region

Denmark, Japan, France, Catalonia

* the adjective

Danish, Japanese, French, Catalan

* the singular noun used for a person from the country

a Dane, a Japanese, a Frenchman/woman, a Catalan

* the plural expression the … used for the population as a whole

the Danes, the Japanese, the French, the Catalans

Usually the singular noun is the same as the adjective(eg. Greek, Mexican).

The plural expression is usually the same as the adjective + –s(eg. the Greeks, the Mexicans);words ending in -ese, and swiss, have no –s(eg. the Japanese, the Swiss). See paragraph 2 below for more examples.

However, there are a number of exceptions. Some of these are listed in Paragraph 3.

All words of this kind(including adjectives) begin with capital letters.

American literature(NOT american literature)

The name of a national language is often the same as the national adjective.

Danish is difficult to pronounce.  Do you speak Japanese?

2, Examples

Country/RegionAdjectivePersonPopulation
AmericaAmericanan Americanthe Americans
BelgiumBelgiana Belgianthe Belgians
BrazilBraziliana Brazilianthe Brazilians
EuropeEuropeana Europeanthe Europeans
ItalyItalianan Italianthe Italians
KenyaKenyana Kenyanthe Kenyans
MoroccoMoroccana Moroccanthe Moroccans
NorwayNorwegiana Norwegianthe Norwegians
PalestinePalestinianthe PalestinianThe Palestinians
RussiaRussiana Russianthe Russians
TyrolTyroleana Tyroleanthe Tyroleans
GreeceGreeka Greekthe Greeks
IraqIraqian Iraqithe Iraqis
IsraelIsraelian Israelithe Israelis
ThailandThaia Thaithe Thai
ChinaChinesea Chinesethe Chinese
CongoCongolesea Congolesethe Congolese
PortugalPortuguesea Portuguesethe Portuguese
SwitzerlandSwissa Swissthe Swiss

 

3,Exceptions

Country/RegionAdjectivePersonPopulation
BritainBritisha British person(Briton)the British
EnglandEnglishan Englishwoman/manthe English
FranceFrencha Frenchman/womanthe French
IrelandIrishan Irishwoman/manthe Irish
SpainSpanisha Spaniardthe Spanish
The HollandDutcha Dutchwoman/manthe Dutch
WalesWelsha Welshman/womanthe Welsh
DenmarkDanisha Danethe Danes
FinlandFinnisha Finnthe Finns
PolandPolisha Polethe Poles
ScotlandScottish,Scotcha Scotthe Scots
SwedenSwedisha Swedethe Swedes
TurkeyTurkisha Turkthe Turks

 

4,Notes

a, Scottish is the usual word for the people and culture of Scotland; Scotch is used for whisky.

b, The word Briton is unusual except in newspaper headlines-for example TWO BRITONS KILLED IN AIR CRASH. Brit is sometimes used informally.

c, English is not the same as British, and is not used for Scottish, Welsh or Irish people.

d, Although American is the normal English word for United States citizens and affairs, people from other parts of the American continent may object to this use, and some people avoid it for this reason.

e, Arabic is used for the language spoken in Arab countries; in other cases, the normal adjective is Arab. Arabian is used in a few fixed expressions and place names(eg. Saudi Arabian, the Arabian Sea).

f, Note the pronunciation of words like Irishman/men, Dutchman/men: the singular is the same as the plural.

转载于:https://www.cnblogs.com/Jerry-Chou/archive/2012/01/10/2317818.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/350011.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

junit测试方法_JUnit测试方法订购

junit测试方法直到版本4.10为止的Junit都使用反射API返回的测试类中测试方法的顺序作为测试方法执行的顺序– Class.getMethods() 。 引用getMethods()api的Javadoc: 返回的数组中的元素未排序,并且没有任…

java非阻塞锁_Java并发问题的非阻塞解决方案

转自http://blog.csdn.net/u011277203/article/details/9223545在并发环境中,对于共享资源通常会采用显式的锁机制(比如synchronized或ReentrantLock)来保证在任意时刻只会有一条线程访问这些变量,并且这些变量的修改对随后获取锁的线程是可见的。无法获…

Java垃圾收集器:G1GC何时将CMS强制退出?

在针对JDK 9(2017/4/4)提出的JEP中 , Mark Reinhold写道JEP 291 (“弃用并发标记扫描(CMS)垃圾收集器”)是“已被放入“建议的在讨论和审查后,由所有者将其定位为目标”。 如果JEP 2…

模块简介/模块的导入/模块的查找顺序/绝对导入和相对导入/软件开发目录规范...

一.模块的简介 什么是模块: 模块就是一系列功能的结合体 模块的三种来源: 1.内置的 2.第三方的  3.自定义的 模块的四种表现形式: 1.使用python编写的py文件(也就意味着py文件也可以称之为模块:一个py文件也可以称之为一个模块)(***)    2.已被编译为共享库或DLL的C或C扩展…

java dll 乱码_java调用c++ dll出现中文乱码 | 学步园

最近的开发用到了使用java调用本机动态连接库的功能,将文件路径通过java调用C代码对文件进行操作。在调用中如果路径中包含有中文字符就会出现问题,程序运行就会中止。下面用一个小例子,来说明记录下解决的方法。java中传入一个字符串&#x…

每日一问:Android 滑动冲突,你们都是怎样处理的

坚持原创日更,短平快的 Android 进阶系列,敬请直接在微信公众号搜索:nanchen,直接关注并设为星标,精彩不容错过。 在 Android 开发中,滑动冲突总是我们一个无法避免的话题。而对于解决方案却是众说纷纭。比…

java多线程 cpu分配_java多线程总结(转载)

Java 多线程编程总结-------------------------------------------------------------------------------------------------下面的内容是很早之前写的,内容不够充实,而且是基于Java1.4的内容,Java5之后,线程并发部分扩展了相当多…

java设计模式迭代器模式_迭代器模式和Java

java设计模式迭代器模式大家好,在本文中,我们将检查Iterator Pattern 。 我知道你们中许多人已经使用过一种设计模式,但是也许您没有意识到它是模式,或者不知道它的巨大价值。 根据《 Head First Design 》一书: 迭代…

笔记_SQLite入门

1、SQLite是什么? QLite没有单独的服务器进程。 它直接读取和写入普通磁盘文件。 具有多个表,索引,触发器和视图的完整SQL数据库包含在单个磁盘文件中。2、SQLite语法 区分大小写: SQLite不区分大小写。但是,有一些区分…

java线程提交_从Java线程到线程池

线程模型线程模型分为两类,用户级线程(ULT)和内核级线程(KLT)用户级线程(ULT):user level threads,系统内核对ULT无感知,线程的创建和调度都由用户级APP进程管理;即APP自行管理的线程,就是用户级线程内核级…

使用Spring Boot自动发布和监视API

如果您正在沿着微服务风格的架构前进,那么您将需要接受的一个租户就是自动化。 这种架构风格介绍了许多活动部件。 如果成功,您的环境将具有大量服务API,企业可以将其用于应用程序开发和集成。 这意味着必须有一种方法可以发现可用的API文档…

mysql导入导出

导出1.将数据库mydb导出到e:\mysql\mydb.sql文件中:打开开始->运行->输入cmd 进入命令行模式c:\>mysqldump -h localhost -u root -p mydb >e:\mysql\mydb.sql然后输入密码,等待一会导出就成功了,可以到目标文件中检查是否成功。…

mysql 半同步关闭_MySQL的半同步模式配置

1、什么是半同步?在有一台主服务器、多台从服务器的情况下,主服务器只会等待一台从服务器同步数据。2、为什么要使用半同步?在使用同步模式时,数据的写速度太慢。在使用异步模式时,可能会造成从服务器上的现在存储的数…

GIS集成技术之二:数据集成

一。数据驱动。疑惑:ado.net作为一种通用的数据技术,适用与各种格式的文件各种格式的数据库,为一种通用的编程模型。GIS也提出数据集成:毫无疑问,不陷于某击中数据库。因此,我觉得GIS的中心是数据驱动&…

mysql中的replication_mysql中replication的相关问题总结

首先,要使用mysql中的replication,则需要配置master的my.cnf。例如:复制代码 代码示例:server-id 1log_bin mysql-bin#log_bin /var/log/mysql/mysql-bin.logexpire_logs_days 10max_binlog_size 100M#binlog_do_db include_database_na…

rest spring_带有Spring的REST的ETag

rest spring1.概述 本文将重点介绍ETag – Spring支持,RESTful API的集成测试以及带有curl的使用场景。 这是关于使用Spring 3.1和Spring Security 3.1和基于Java的配置来建立安全的RESTful Web服务的系列文章的第9篇。 REST with Spring系列: 第1部分 …

MySQL最早版本源码_MySQL旧版本升级为新版本

一:从版本3.23升级到4.104.10新特性:支持事务处理和存储过程升级过程的注意事项:1:升级采用直接复制安装文件的方法,简单实用,但要注意相关的配置更改; 2:直接复制备份的数据库不能通过复制的方法恢复&…

关于国产科学软件的思考(转)

转自 http://blog.pfan.cn/eMath/24264.html 作者 爱数学 http://blog.pfan.cn/eMath 原文如下: 这一段一直在问自己这个问题:“在我们常用的科学计算软件当中,有多少国产的?”,在记忆里面搜索了很久,似乎…

每个私有静态方法都是新类的候选人

您是否有私有的静态方法来帮助您将算法分解为更小的部分? 我做。 每次编写新方法时,我都会意识到它可以是一个新类。 当然,我不会从所有课程中选修课程,但这是目标。 私有静态方法不可重用,而类则可重用,这…

448. Find All Numbers Disappeared in an Array

一、题目 1、审题  2、分析 一个整形数组!元素值为 1~size; 出现的元素次数为 1~2 次。 求出所有 1~size 中没有出现的整数! 二、解答 1、思路 由于元素值都为 1~size之间。所以可以将数组下标 index 进行联系。 ① 遍历数组,将出现的元素值…