Yes,I know the way to learn Ens !
In recent years, translation has gone out of fashion as a way to learn a new language. A lot of people say that it’s a bad way to learn because it keeps you thinking in your mother tongue, rather than in the target language. They often say that it’s better to learn the way that children do, through immersion. Spend as much time as possible with only your target language and you’ll pick it up a lot faster.
It’s true that immersing yourself in another language is a great way to learn a new language quickly. The problem with only using this approach, though, is that your brain isn’t like a baby’s anymore! You already know a language, you already use grammar, and you already use your vocabulary to talk about complex ideas.
This means that you can’t help comparing a new language to your own. You do it naturally.
It also means that the kind of things you want to talk about now aren’t the same things as when you first learned your own language. When you were a baby, learning new words was how you began to understand the world around you. When you learn a second language, you are trying to communicate about things you (probably) already know or understand. It’s just not the same.
The fact that you already understand how language works doesn’t need to be a bad thing, though! It just means you have other ways to learn. One of those ways is translation.
When you translate a sentence from another language into your own, you have to think very carefully about what every word means, the order it is in, and why it’s like that. It’s very unusual to be able to translate something word for word from another language into your own – usually, you have to move things around, change the tense or structure, or think of the nearest possible word that means something similar.
As you translate, you notice the syntax and grammar of your own language in ways you might not have thought about before. You pay attention to the things that make a language unique and what can’t be directly translated.
When you translate from your native language into another language, things get even more interesting. By forcing yourself to express a particular idea in a particular way, you really push yourself to think in your new language. You can’t get around it by relying on “easy” vocabulary or grammar. It’s a great challenge!
As you can see here, doing translation exercises isn’t just about thinking of a word in your own language and then translating it in your head. That wouldn’t be very helpful for your learning. Instead, it’s about paying close attention to the shape of your target language and how it’s different to your own, so that you can teach yourself to “think” in the new language.
Of course, it helps if you practise translating things you want to know about! Choose short texts or extracts of around 100-300 words on a subject that interests you. tart by translating from your target language into your native tongue and build up to translating in the other direction.
Don’t make it too easy for yourself, either. Push yourself to translate things that you find quite difficult. You’ll be amazed at how quickly you improve!
Yes,I know the way to learn Ens !的更多相关文章
- 【转】MegaSAS RAID卡 BBU Learn Cycle周期的影响
http://ju.outofmemory.cn/entry/140 背景 最近遇到有些带MegaSAS RAID卡的服务器,在业务高峰时突然IO负载飚升得很高,IO性能急剧下降,查了日志及各种设置最 ...
- 学习笔记TF042:TF.Learn、分布式Estimator、深度学习Estimator
TF.Learn,TensorFlow重要模块,各种类型深度学习及流行机器学习算法.TensorFlow官方Scikit Flow项目迁移,谷歌员工Illia Polosukhin.唐源发起.Scik ...
- linux shell 脚本攻略学习16--wc命令详解,tree命令详解
在文本处理的工作中,统计文件的行数,单词数和字符数非常有用.而对于开发人员本身来说,统计LOC(line of code ,代码行数)是一件重要的工作.linux中有什么命令可以帮助我们做统计呢?没错 ...
- Python开源机器学习框架:Scikit-learn六大功能,安装和运行Scikit-learn
Python开源机器学习框架:Scikit-learn入门指南. Scikit-learn的六大功能 Scikit-learn的基本功能主要被分为六大部分:分类,回归,聚类,数据降维,模型选择和数据预 ...
- RAID卡 BBU Learn Cycle周期的影响
背景 最近遇到有些带MegaSAS RAID卡的服务器,在业务高峰时突然IO负载飚升得很高,IO性能急剧下降,查了日志及各种设置最后才发现是RAID卡的Cache写策略由 WriteBack变成Wri ...
- 使用Statement接口实现增,删,改操作(工作中不常用这个,而用PreparedStatement接口)
一.Statement接口 作用:用于执行静态 SQL 语句并返回它所生成结果的对象. 1. 创建数据库连接类及相册实体,代码如下: package com.learn.jdbc.util; impo ...
- 2017.12.15 python资料,转存一下。
最近GD项目三个型号都是用Python做批量烧录和测试的.marking一下,,虽然自己不会写. 1.入门阶段 The Python Tutorial(https://docs.python.org/ ...
- Learning to Learn and Predict: A Meta-Learning Approach for Multi-Label Classification
Learning to Learn and Predict: A Meta-Learning Approach for Multi-Label Classification 2019-10-01 11 ...
- MySQL Hardware--RAID卡BBU Learn Cycle
RAID卡缓存策略 不同的RAID卡缓存策略对IO的性能影响较大,常见的策略有: 1.写操作策略,可设置为WriteBack或WriteThrough WriteBack:进行写操作时,将数据写入RA ...
随机推荐
- 数据库日志文件——数据库“xxx”的事务日志已满,原因为“LOG_BACKUP”
治标的方案: 参考网址:http://blog.csdn.net/tianlianchao1982/article/details/7388616 http://bbs.51cto.com/threa ...
- PAT 1048 数字加密(20)(代码+思路)
1048 数字加密(20)(20 分) 本题要求实现一种数字加密方法.首先固定一个加密用正整数A,对任一正整数B,将其每1位数字与A的对应位置上的数字进行以下运算:对奇数位,对应位的数字相加后对13取 ...
- 调试Javascript代码(浏览器F12)
在浏览器中按F12,会弹出一个窗口,这个窗口是给开发人员用于网站调试用的,可以分析网页的问题出现在哪里,同时可以调试多种脚本,是一个开发者工具. 想通过encodeURIComponent将C24\C ...
- Binary search tree or not
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Moc ...
- maven随笔
1.在我们项目顶层的POM文件中,我们会看到dependencyManagement元素.通过它元素来管理jar包的版本,让子项目中引用一个依赖而不用显示的列出版本号.Maven会沿着父子层次向上走, ...
- Django入门与实践 17-26章总结
Django入门与实践-第17章:保护视图 Django 有一个内置的视图装饰器 来避免它被未登录的用户访问: 现在如果用户没有登录,将被重定向到登录页面: 现在尝试登录,登录成功后,应用程序会跳转到 ...
- string的常用操作
操作符 1.+:可以把两个字符串加起来 插入 iterator insert(iterator i, const char &ch); basic_string &insert(siz ...
- C++之类和对象的使用(一)
对象的初始化 在声明类时直接对数据成员初始化是错误的!下面的例子时错误的!! class Time{ hour =; minitu=; sec=; } //因为类并不是一个实体,而是一种抽象类型,并不 ...
- Linux 系统运维常用命令
1 文件管理2 软件管理3 系统管理4 服务管理5 网络管理6 磁盘管理7 用户管理8 脚本相关9 服务配置==================================------------ ...
- Spring Boot的自动配置的原理浅析
一.原理描述 Spring Boot在进行SpringApplication对象实例化时会加载META-INF/spring.factories文件,将该配置文件中的配置载入到Spring容器. 二. ...