A.  Liste der verlinkten Beispielprogramme und Ressourcen

 1

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/str_literals.py  ..............  13

 2

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/str_literals_u.py   ...........  14

 3

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/str_representation_utf8.py  .. 16

 4

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/str_representation_l1.py  .... 16

 5

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/codecs_open_files.py  ....... 17

 6

Online-Dokumentation: http://docs.python.org/library/re.html?\#re.split   ...........................  18

 7

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/re_search_group.py  ........  20

 8

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/re_findall_flag_u.py   .......  20

 9

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/re_findall_flag_u.py   .......  21

 10

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/re_findall_tokenizer.py  .....  21

 11

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/encoding/re_sub.py  .................. 21

 12

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/import_nltk_book.py  ..........  30

 13

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/import_from_nltk_book.py  ....  31

 14

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/list_comprehension_if.py  ....... 33

 15

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/def_foo.py   ....................  33

 16

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/return_statement.py  ...........  34

 17

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/def_block.py   ..................  36

 18

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/globals_and_locals.py  .......... 37

 19

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk1/locals.py  ....................... 37

 20

Dokumentation: http://nltk.github.com/api/nltk.corpus.html  ........................................ 43

 21

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2/nltk_corpus_gutenberg_austen.py    43

 22

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2/nltk_corpus_gutenberg_brown.py    43

 23

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2/freqdist_emma.py  .............. 46

 24

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2/CondFreqDist_brown.py  ........ 47

 25

Dokumentation zu Statements: http://docs.python.org/reference/simple_stmts.html  ................. 48

 26

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2/statement_vs_expression.py  ....  48

 27

Dokumentation zu Expressions: http://docs.python.org/reference/simple_stmts.html   ...............  48

 28

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2/functions_statement_vs_expression.py  ...... 49

 29

Doku: http://nltk.github.com/api/nltk.html\#nltk.text.Text  ......................................... 54

 30

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/nltk_corpus_stopwords_english.py   ...................................................................................................  59

 31

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/foo_fraction_en.py  .......... 59

 32

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/normalized_content_words.py   61

 33

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/nltk_corpus_stopwords_german.py   ...................................................................................................  63

 34

Doku: http://nltk.googlecode.com/svn/trunk/doc/api/nltk.corpus.reader.wordlist.WordListCorpusReader-class.html   ...................................................................................................  63

 35

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/nltk_plaintextcorpusreader.py    64

 36

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/nltk_corpus_cmudict.py  .....  64

 37

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/generators_next.py  ..........  66

 38

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/timeit_generator.py   .........  67

 39

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/timeit_listcomprehension.py  .. 68

 40

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/random_sample_xrange_timeit.py   ...................................................................................................  68

 41

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk2lex/random_sample_xrange.py   ..  68

 42

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/lst/nltk3/urllib_gutenberg.py  ......... 73

 43

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk3/nltk_clean_html.py  ............  73

 44

Source: http://nltk.github.com/_modules/nltk/util.html\#clean_html  ............................... 74

 45

Paket für HTML-Verarbeiten: http://www.crummy.com/software/BeautifulSoup  ..................... 75

 46

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk3/nltk_regexp_tokenizer_u.py  .... 77

 47

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk3b/round_floats.py  ............... 83

 48

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk3b/format_print_expression.py   ...  84

 49

Gutes Tutorat: http://www.python-kurs.eu/klassen.php  ............................................. 89

 50

NLTK-API: http://nltk.github.com/api/nltk.corpus.reader.html?\#nltk.corpus.reader.AlpinoCorpusReader    90

 51

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk3b/Istr.py  ........................ 91

 52

Programm: http://www.cl.uzh.ch/siclemat/lehre/hs11/pcl1/lst/nltk3b/stemmed_kwic.py  ............. 93