literal
「literal」の意味
「literal」は、文字通りの意味や表現を指す英単語である。また、比喩や寓意ではなく、物事をそのままの形で捉えることを示す。この言葉は、主に文学や言語学の分野で使用されることが多い。「literal」の発音・読み方
「literal」の発音は、IPA表記では /ˈlɪtərəl/ であり、カタカナ表記では「リットゥラル」となる。日本人が発音するカタカナ英語では「リテラル」と読むことが一般的である。「literal」の定義を英語で解説
A literal meaning or interpretation is one that adheres strictly to the most basic and direct understanding of words or expressions, without considering any metaphorical or symbolic meanings. It is often used in the context of literature and linguistics.「literal」の類語
「literal」に類似した意味を持つ単語には、"verbatim", "word-for-word", "exact", "precise" などがある。これらの単語は、それぞれニュアンスや用途が異なるため、文脈に応じて適切なものを選ぶことが重要である。「literal」に関連する用語・表現
「literal」に関連する用語や表現には、"figurative", "metaphorical", "symbolic", "allegorical" などがある。これらの単語は、比喩的な意味や象徴的な意味を持つ表現を指すため、「literal」とは対照的な概念である。「literal」の例文
1. He took her words literally and did exactly what she said.(彼は彼女の言葉を文字通りに受け取り、彼女が言った通りに行動した。) 2. The literal translation of the phrase is not always the most accurate one.(そのフレーズの文字通りの翻訳が常に最も正確なものではない。) 3. The poem can be interpreted both literally and metaphorically.(その詩は、文字通りの解釈と比喩的な解釈の両方が可能である。) 4. She has a literal mind and often misses the humor in sarcasm.(彼女は文字通りの考え方をするため、皮肉なユーモアを見逃すことがよくある。) 5. The word "fire" can have both a literal and a figurative meaning.(「火」という言葉は、文字通りの意味と比喩的な意味の両方を持つことがある。) 6. In a literal sense, the building is still standing, but it is not functional.(文字通りの意味では、建物はまだ立っているが、機能していない。) 7. The author's use of literal language helps to create a vivid image in the reader's mind.(著者の文字通りの言語の使用は、読者の心に鮮明なイメージを作り出すのに役立つ。) 8. It is important to distinguish between the literal and the symbolic meanings of a text.(テキストの文字通りの意味と象徴的な意味を区別することが重要である。) 9. The literal meaning of the word "irony" is often misunderstood.(「皮肉」という言葉の文字通りの意味は、しばしば誤解される。) 10. The director's literal adaptation of the novel was well-received by the audience.(監督の小説の文字通りの映画化は、観客によく受け入れられた。)リテラル
リテラル
出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2024/04/18 04:14 UTC 版)
リテラル・直値[1][2][3](英: literal)は、「文字どおり」「字義どおり」を意味する語で、letter と同じくラテン語の littera(文字)に由来する。数理論理学とコンピュータプログラミング[4]で異なる意味の専門用語として使われる[5]。
注釈
出典
- ^ “リテラル(直値)とは”. IT用語辞典 e-Words. インセプト (2019年4月4日). 2019年8月18日閲覧。
- ^ C MAGAZINE編集部. “プログラミングの禁じ手Web版 C言語編 - 記述テクニックに関するパターン”. C MAGAZINE for Web. 2007年4月8日時点のオリジナルよりアーカイブ。2019年8月18日閲覧。
- ^ 吉賀夏子『非構造化記述を含む文化財書誌に対するLinked Data化手法の開発 : 古典籍書誌データへの適用とその評価』佐賀大学〈博士(学術) 甲第623号〉、2018年、19頁。 NAID 500001066985。NDLJP:11116091 。2024年5月19日閲覧。
- ^ “リテラル”. IT用語辞典バイナリ. 2019年2月22日閲覧。
- ^ ウィクショナリーのliteralの定義を参照。
- ^ Raw string literal - C# 11.0 draft specifications | Microsoft Learn
- ^ “Chapter 10. Arrays - §10.6. Array Initializers”. Java SE 8 Specifications > Java Language Specification. Oracle. 2023年4月2日閲覧。
- ^ オブジェクト初期化子とコレクション初期化子 - C# プログラミング ガイド | Microsoft Learn
- ^ array — Efficient arrays of numeric values — Python 3.11.2 documentation
- ^ Arrays in F# | Microsoft Learn
- ^ Lists - F# | Microsoft Learn
- ^ A Tour of Go - Slice literals
- ^ 指示付き初期化 - cpprefjp C++日本語リファレンス
- ^ ユーザー定義リテラル - cpprefjp C++日本語リファレンス
- ^ Chang, Chin-Liang; Lee, Richard Char-Tung (1973). Symbolic Logic and Mechanical Theorem Proving. Computer science and applied mathematics. Academic Press. NCID BA01082514
リテラル
出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2022/05/08 02:09 UTC 版)
リテラルの例を示す。 整数8進数0365, 0[0..7, _]* 16進数0xF5, 0x[0..9, A..F, a..f, _]* 10進数245, [1..9][0..9, _]* 浮動小数点数型float23.5F, 23.5f; 1.72E3F, 1.72E3f, 1.72e3F, 1.72e3f double23.5, 23.5D, 23.5d; 1.72E3, 1.72E3D, ... 文字リテラルchar'a', 'Z', '\u0231' 文字列リテラルString"Hello, world" エスケープシーケンスUnicode文字\uhhhh 16進数Unicode文字を表現するときに使用する Unicode文字\ooo 8進数Unicode文字を表現するときに使用する タブ文字\t 後退 (Backspace) 文字\b キャリッジリターン (復帰文字)\r 改ページ\f バックスラッシュ\\ シングルクォーテーション (単一引用符)\' ダブルクォーテーション (二重引用符)\" ラインフィード (改行文字)\n
※この「リテラル」の解説は、「Javaの文法」の解説の一部です。
「リテラル」を含む「Javaの文法」の記事については、「Javaの文法」の概要を参照ください。
- リテラルのページへのリンク