【英语学习】【WOTD】cumulate 释义/词源/示例

cumulate v. [KYOO-myuh-layt]

Definition

1: to gather or pile in a heap
1:收集或堆积成一堆

2: to combine into one
2:组合成一个

3: to build up by addition of new material
3:通过增加新材料进行积累

Did You Know?

Cumulate and its far more common relative accumulate both come from the Latin word cumulare, meaning "to heap up." cumulare, in turn, comes from cumulus, meaning "mass."(Cumulus functions as an English word in its own right as well. It can mean "heap" or "accumulation," or it can refer to a kind of dense puffy cloud with a flat base and rounded outlines.) Cumulate and accumulate overlap in meaning, but you're likely to find cumulate mostly in technical contexts. The word's related adjective, cumulative, however, is used more widely. 

词源演变:cumulus->cumulare->cumulate/cumulative (accumulate/accumulation)

Cumulate以及更加常见与之关联的单词accumulate都来自于拉丁动词cumulare,意思是“堆积起来”。cumulare,又来自于拉丁名词cumulus,意思是“团” (cumulus在英语中也是一个独立的单词,意思是“堆”或“累积”;在气象学中是指一种致密的,肥满的平底圆身云,被称为积云)。cumulateaccumulate在意思上重叠,但是cumulate更可能出现在技术文章中。这个单词的形容词形式是cumulative,可能用的还更广泛一些。

注:far more common: 更加常见  dense:致密的 puffy:浮肿的,膨胀的,肥满的 base:底 outline:轮廓 
cumulus: 积云

Examples

  • "In the alternative, the company may provide greater input to minority shareholders by allowing shareholders to cumulate their votes and cast them all for one director."
    --- Gregory Monday, The Milwaukee Business Journal, 5 Mar. 2018

    在替代方案中,公司可能会给少数派股东提供更多的输入机会,主要通过允许这些股东积累他们的选票,将其全部都投给某一个主任候选人。

    注:alternative n. 替代 vote:选票 cast:投票 cast votes for sb.:把选票投给某人 shareholder:股东
     
  • “The report ... compares various income estimates and reaches a similar conclusion: Most Americans have realized small annual increases that ultimately cumulated into meaningful gains."
    -- Robert Samuelson, The Sun Journal (Lewiston, Maine), 12 Dec. 2018

    这个报告中...比较了对各种收入的评估,最后达成了一个相似的结论:绝大多数的美国人意识到了较少的年增长最终会积累出颇有意义的收益。

    注:reach a conclusion: 得出结论 annual increase:年增长 ultimately:最终 meaningful gain:有意义的/有价值的收益
你可以使用Python中的pandas和openpyxl模块来完成这个任务。 首先,你需要安装这两个模块。你可以在命令行中输入以下命令来安装它们: ```python pip install pandas pip install openpyxl ``` 然后,你需要导入这两个模块: ```python import pandas as pd from openpyxl import Workbook ``` 接下来,你需要读取文档中的数据。假设你的文档是一个以制表符分隔的文本文件,每行包含一个单词和它的定义。你可以使用pandas的read_csv函数来读取它: ```python df = pd.read_csv('wotd.txt', sep='\t', header=None, names=['Word', 'Definition']) ``` 这将创建一个名为df的DataFrame对象,其中包含从文本文件中读取的数据。现在,你可以使用openpyxl创建一个Excel文件,并将数据写入其中: ```python wb = Workbook() ws = wb.active for r in dataframe_to_rows(df, index=False, header=True): ws.append(r) wb.save('wotd.xlsx') ``` 这将创建一个名为wotd.xlsx的Excel文件,并将DataFrame中的数据写入其中。请注意,我们使用了dataframe_to_rows函数来将DataFrame转换为行列表,然后将它们逐行写入Excel工作表。 完整代码如下: ```python import pandas as pd from openpyxl import Workbook from openpyxl.utils.dataframe import dataframe_to_rows # 读取文本文件中的数据 df = pd.read_csv('wotd.txt', sep='\t', header=None, names=['Word', 'Definition']) # 创建Excel文件并将数据写入其中 wb = Workbook() ws = wb.active for r in dataframe_to_rows(df, index=False, header=True): ws.append(r) wb.save('wotd.xlsx') ``` 希望这可以帮助你完成任务!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值