decompress
解凍する
解説 Definition
圧縮形式のファイルやデータ列を、プログラムが読める元のサイズ・構造へ展開する意味。ZIP だけでなく gzip、画像・音声、通信データなどにも使え、保存や転送で縮めたものを利用前に戻す技術文脈に向く。
To decompress means to return something to its normal pressure or size after it has been compressed. In computing, it often means to open or restore compressed files so they can be used normally. In science or medicine, it can refer to reducing pressure carefully.
覚え方のコツ Memory Tip
PC文脈では、decompress は「小さく詰めたデータを元の形に広げる」操作。unzip は ZIP ファイルに寄った日常語ですが、decompress は形式を問わない技術語としてログ、ライブラリ、API説明に出ます。extract は中身を取り出す結果に焦点があり、decompress は圧縮解除の処理そのものに焦点があります。物理的な圧を抜く意味から、情報の詰め込みをほどく発想へ広がった語です。
Use the opposite pair `compress` and `decompress`. The prefix `de-` often means undo, so `decompress` means undo compression. In computer English, think of `decompress a file` before you think of the more specific word `unzip`.
例文
You need to decompress the ZIP file before you can access its contents.
内容にアクセスするには、まずZIPファイルを解凍する必要がある。
After a stressful week, she needed time to decompress and relax at home.
ストレスの多い1週間の後、彼女は家でくつろいでリラックスする時間が必要だった。
Divers must decompress slowly to avoid getting the bends.
ダイバーは減圧症を避けるためにゆっくりと減圧しなければならない。
decompress の類義語・関連語
decompress の語源・成り立ち Etymology
decompress は de-『ほどく』+ compress『押し縮める』から成り、compress はラテン語 comprimere に由来します。compress や pressure も近縁で、『かかった圧や詰まりを外す』原義から、機械でもデータでも『解凍する』へつながります。
Decompress is formed from de- "undo, remove" and compress. Compress comes from Latin comprimere, meaning "to press together." So decompress originally meant to remove pressure or release something from being pressed tight. That later extended to uses in machines, air pressure, and digital data. Related words include compress and pressure.
外部辞書で調べる
この単語を英単語クイズで覚えよう