摘要: 新手上路,翻译不恰之处,恳请指出,不胜感谢 Updated log1st:2011/8/61.4 Back to Python: Making Decisions and Taking Control 回到Python:决策和控制So far, our little programs have had some interesting qualities: the ability to work with language, and the potential to save human effort through automation. A key feature of programm. 阅读全文
posted @ 2011-07-10 21:49 牛皮糖NewPtone 阅读(1300) 评论(0) 推荐(0) 编辑
摘要: Updated log1st 2011.8.6 Lazy博主终于把习题做完了,第一回合结束!...1.6 Summary小结• Texts are represented in Python using lists: ['Monty', 'Python']. We can use indexing, slicing,and the len() function on lists.在Python中文本用列表来表示:['Monty', 'Python']。我们可以使用indexing, slicing, 和len()函数对列表操作。• 阅读全文
posted @ 2011-07-10 21:45 牛皮糖NewPtone 阅读(2650) 评论(8) 推荐(1) 编辑
摘要: Updated 1st 2011.8.62.3 More Python: Reusing Code 代码重用By this time you’ve probably typed and retyped a lot of code in the Python interactiveinterpreter. If you mess up(弄得一团糟) when retyping a complex example, you have to enter it again. Using the arrow keys to access and modify previous commands is h 阅读全文
posted @ 2011-07-10 21:42 牛皮糖NewPtone 阅读(892) 评论(0) 推荐(0) 编辑
摘要: Updated 1st 2011.8.6CHAPTER 2 Accessing Text Corpora and Lexical Resources访问文本语料库和词汇资源Practical work in Natural Language Processing typically uses large bodies of linguistic data, or corpora. The goal of this chapter is to answer the following questions:1. What are some useful text corpora and lexic 阅读全文
posted @ 2011-07-10 21:40 牛皮糖NewPtone 阅读(5150) 评论(0) 推荐(0) 编辑