语料库编程
出自Corpus4u wiki
文科出身的C友往往对于编程望而生畏,觉得这种功夫只是理工科学生的专长。其实,正如 Biber (1998) 所说,面向语料库的编程并不需要有高深的数学知识和资质,只需要掌握基本的一些计算机指令,就可以让电脑“不知疲倦”为我们工作。下面列出了一些参考书籍,希望可以将大家引入程序的世界。
Python
- Dive into python - 推荐 中文翻译 英文原文
- Learning Python - 3rd edition
- How to Think Like a Computer Scientist: Learning with Python - No programming knowledge assumed, read it online 零起点
- Think Python updated version, read it online
Perl
- Learning Perl - 4th edition
- Perl Best Practices - from O'Reilly
Regular Expression
- Learning to Use Regular Expressions, 只有一页,图文并茂。
- Mastering Regular Expressions - 2nd edition, from O'Reilly
- Regular expression - Wikipedia entry
- 揭开正则表达式的神秘面纱 - a Chinese tutorial
