Poem: When You are Old

When You are Old

William Butler Yeats.b. 1865


When you are old and gray and full of sleep

And nodding by the fire, take down this book,

And slowly read, and dream of the soft look

Your eyes had once, and of their shadows deep;


How many loved your moments of glad grace,

And loved your beauty with love false or true;

But one man loved the pilgrim soul in you,

And loved the sorrows of your changing face.


And bending down beside the glowing bars,

Murmur, a little sadly, how love fled

And paced upon the mountains overhead.

And hid his face amid a crowd of stars.

### 如何根据反馈或建议修订一首诗 修订诗歌是一项细致而创造性的过程,它不仅涉及技术上的改进,还可能触及情感表达和个人风格的调整。以下是关于如何依据反馈或建议来修订一首诗的具体方法: #### 反馈的重要性 反馈通常提供了观察者对作品的理解以及他们认为可以提升的地方。这些意见可以帮助作者识别潜在的问题区域并增强诗歌的表现力[^1]。 #### 技术层面的修改 - **语言精炼**:检查是否有冗余词语或者不够精准的表述。尝试替换为更生动、更具画面感的语言。 - **节奏与韵律**:重新审视诗句中的停顿和音节分布,确保它们支持整体情绪流动。如果必要的话,调整押韵模式以增加音乐性。 ```python # 示例代码展示简单的字符串操作用于模拟文字编辑功能 def refine_poem(poem_lines, replacements): refined = [] for line in poem_lines: new_line = line for old_word, new_word in replacements.items(): new_line = new_line.replace(old_word, new_word) refined.append(new_line) return "\n".join(refined) original = ["The night was calm and still", "Underneath the moon's glow"] replacements = {"calm": "quiet", "moon's": "lunar"} print(refine_poem(original, replacements)) ``` 此段Python脚本仅作为概念演示工具,并不直接应用于实际文学创作过程中;其目的是说明通过程序化方式实现某些类型的文本变换的可能性。 #### 主题深化 考虑读者提出的有关主题连贯性和深刻度的意见。这可能意味着扩展隐喻、引入新的象征物或是重构叙事框架以便更好地传达核心思想。 #### 接受批评的态度 保持开放心态面对建设性的批评非常重要。即使某些建议看似挑战个人偏好,也应认真思考其中合理性所在。 ---
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值