This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linguisticsweb:tutorials:linguistics_tutorials:programming [2015/06/10 18:26] sabinebartsch |
linguisticsweb:tutorials:linguistics_tutorials:programming [2015/06/10 18:26] (current) sabinebartsch |
||
---|---|---|---|
Line 20: | Line 20: | ||
{{:linguisticsweb:tutorials:linguistics_tutorials:cat.gif?nolink&100 |}} From a linguist's perspective, NLTK is a great starting point for learning all kinds of linguistically relevant programming tasks from basic corpus searches and corpus pre-processing via annotation to complex tasks such as data visualization and sentiment analysis. For learners at different levels of expertise, NLTK is also accompanied by an excellent O'Reilly book entitled "Natural Language Processing with Python. Analyzing Text with the Natural Language Toolkit" (2009) by Steven Bird, Ewan Klein, and Edward Loper. | {{:linguisticsweb:tutorials:linguistics_tutorials:cat.gif?nolink&100 |}} From a linguist's perspective, NLTK is a great starting point for learning all kinds of linguistically relevant programming tasks from basic corpus searches and corpus pre-processing via annotation to complex tasks such as data visualization and sentiment analysis. For learners at different levels of expertise, NLTK is also accompanied by an excellent O'Reilly book entitled "Natural Language Processing with Python. Analyzing Text with the Natural Language Toolkit" (2009) by Steven Bird, Ewan Klein, and Edward Loper. | ||
- | | + | ==== Python and NLTK distributions ==== |
- | | + | |
+ | * [[https://www.python.org/|Python]] and [[http://www.nltk.org/|NLTK]] | ||
+ | * [[https://www.enthought.com/products/epd/|Enthought Python Distribution]] | ||
+ | * [[https://store.continuum.io/cshop/anaconda/|Continuum Anaconda Python Distribution]] | ||
| | ||
===== R ===== | ===== R ===== | ||
Line 34: | Line 38: | ||
{{:linguisticsweb:tutorials:linguistics_tutorials:baayen2008.png?100 |}}A great starting point for linguists is Harald Baayen's (2008) "[[http://www.sfs.uni-tuebingen.de/~hbaayen/publications/baayenCUPstats.pdf|Analyzing Linguistic Data. A Practical Introduction to Statistics Using R]]" published by Cambridge University Press which builds on linguistic examples and data. | {{:linguisticsweb:tutorials:linguistics_tutorials:baayen2008.png?100 |}}A great starting point for linguists is Harald Baayen's (2008) "[[http://www.sfs.uni-tuebingen.de/~hbaayen/publications/baayenCUPstats.pdf|Analyzing Linguistic Data. A Practical Introduction to Statistics Using R]]" published by Cambridge University Press which builds on linguistic examples and data. | ||
- | |||
- | |||
- | |||
- | ===== Python and NLTK distributions ===== | ||
- | |||
- | * [[https://www.python.org/|Python]] and [[http://www.nltk.org/|NLTK]] | ||
- | * [[https://www.enthought.com/products/epd/|Enthought Python Distribution]] | ||
- | * [[https://store.continuum.io/cshop/anaconda/|Continuum Anaconda Python Distribution]] | ||
- | |||
- | |||