Quantitative linguistic computing with Perl:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Lüdenscheid
RAM-Verl.
2010
|
Schriftenreihe: | Studies in quantitative linguistics
7 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 205 S. Ill. CD-ROM (12 cm) |
ISBN: | 9783942303019 |
Internformat
MARC
LEADER | 00000nam a22000002cb4500 | ||
---|---|---|---|
001 | BV036438873 | ||
003 | DE-604 | ||
005 | 20100804 | ||
007 | t | ||
008 | 100505s2010 gw a||| |||| 00||| eng d | ||
016 | 7 | |a 1000720381 |2 DE-101 | |
020 | |a 9783942303019 |c PB. : EUR 45.00 |9 978-3-942303-01-9 | ||
024 | 3 | |a 9783942303019 | |
035 | |a (OCoLC)705478634 | ||
035 | |a (DE-599)DNB1000720381 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE-NW | ||
049 | |a DE-12 |a DE-11 | ||
082 | 0 | |a 410.2855133 |2 22/ger | |
082 | 0 | |a 410.151 |2 22/ger | |
084 | |a ES 910 |0 (DE-625)27927: |2 rvk | ||
084 | |a 400 |2 sdnb | ||
100 | 1 | |a Fan, Fengxiang |e Verfasser |4 aut | |
245 | 1 | 0 | |a Quantitative linguistic computing with Perl |c by Fengxiang Fan ; Yaochen Deng |
264 | 1 | |a Lüdenscheid |b RAM-Verl. |c 2010 | |
300 | |a 205 S. |b Ill. |e CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Studies in quantitative linguistics |v 7 | |
650 | 0 | 7 | |a Perl |g Programmiersprache |0 (DE-588)4307836-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Sprachstatistik |0 (DE-588)4182534-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computerlinguistik |0 (DE-588)4035843-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Perl |g Programmiersprache |0 (DE-588)4307836-9 |D s |
689 | 0 | 1 | |a Computerlinguistik |0 (DE-588)4035843-4 |D s |
689 | 0 | 2 | |a Sprachstatistik |0 (DE-588)4182534-2 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Deng, Yaochen |e Verfasser |4 aut | |
830 | 0 | |a Studies in quantitative linguistics |v 7 |w (DE-604)BV035261121 |9 7 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020311267&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-020311267 |
Datensatz im Suchindex
_version_ | 1804142920367865856 |
---|---|
adam_text | TABLE OF CONTENTS PREFACE I 1 INTRODUCTION 1 1.1 QUANTITATIVE
LINGUISTICS AND PERL 1 1.2 CHARACTERISTICS OF THIS BOOK AND ITS INTENDED
READERS 2 1.3 DOWNLOADING AND INSTALLATION 3 1.4 PROGRAM EDITOR 7 1.5
CONVENTIONS USED IN THIS BOOK 8 2 PERL VARIABLES AND OPERATORS 1 1 2.1
PERL VARIABLES 11 2.2 VALUE ASSIGNMENT TO VARIABLES 11 2.3 PERL NUMERIC
OPERATORS AND FUNCTIONS 13 2.3.1 MATH OPERATORS 13 2.3.2 MATH FUNCTIONS
16 2.3.3 NUMERIC COMPARISON OPERATORS 19 2.4 STRING OPERATORS AND STRING
COMPARISON OPERATORS 21 2.4.1 STRING OPERATORS 21 2.4.2 STRING
COMPARISON OPERATORS 22 2.5 THE LOGICAL OPERATOR 23 EXERCISES 24 3 INPUT
AND OUTPUT 26 3.1 INPUT AT THE COMMAND LINE 26 3.1.1 THE USE OF @ARGV 26
3.1.2 THE USE OF STDIN 27 3.1.3 COMMAND LINE FILE INPUT 28 3.2 INPUTTING
FILES INSIDE A PROGRAM 29 3.3 SOME STRING MANIPULATION FUNCTIONS 31 3.4
APPLICATIONS 34 EXERCISES 40 4 REGULAR EXPRESSIONS: BASIC STRUCTURE 41
4.1 OPERATORS FOR REGULAR EXPRESSIONS 41 4.1.1 =~ AND MIL 41 4.1.2 S///
42 4.1.3 MILL 45 4.2 REGULAR EXPRESSION QUANTIFIERS AND OTHER OPERATORS
49 4.2.1 THE GENERAL QUANTIFIERS AND WILD CARD 49 4.2. BIBLIOGRAFISCHE
INFORMATIONEN HTTP://D-NB.INFO/1000720381 DIGITALISIERT DURCH VI 5
REGULAR EXPRESSIONS: ADVANCED TOPICS 61 5.1 METACHARACTERS FOR REGULAR
EXPRESSIONS 61 5.2 SPECIAL VARIABLES 63 5.3 BACK REFERENCING 65 5.4
QUANTIFYING EXPRESSIONS 66 5.5 STRING MANIPULATION FUNCTIONS AND THE^OR
PROGRAM CONTROL STRUCTURE.... 68 5.6 APPLICATIONS 71 5.6.1 EXTRACTION OF
POS TAGS 71 5.6.2 MAKING CONCORDANCE FOR A TEXT 72 5.6.3 EXTRACTION OF
LEXICAL BUNDLES FROM TEXTS 73 5.6.4 A CHINESE TOKENIZER 75 EXERCISES 77
6 ARRAYS 79 6.1 ARRAY CREATION 79 6.1.1 ONE DIMENSIONAL ARRAYS 79 6.1.2
MULTI-DIMENSIONAL ARRAYS 82 6.1.3 CONVERTING TEXTS INTO ARRAYS 84 6.2
FUNCTIONS FOR ARRAY OPERATIONS 85 6.2.1 FUNCTIONS FOR ARRAY INPUT AND
OUTPUT 85 6.2.2 ARRAY INSERTION, TRUNCATION AND DELETION 88 6.2.3
SORTING AN ARRAY 89 6.2.4 THE ANONYMOUS VARIABLE AND THE JOIN, MAP
SNAGREP FUNCTIONS... 91 6.3 COMBINING IDENTICAL ARRAY ELEMENTS AND
RANDOM SAMPLING FROM AN ARRAY 94 6.4 APPLICATIONS 97 6.4.1 SELECTING
WORDS FROM A WORDLIST 97 6.4.2 TURNING A TEXT INTO BIGRAMS 98 6.4.3
TURNING A TEXT INTO A LIST OF WORD TYPES WITH FREQUENCIES 100 6.4.4
COMPUTING SENTENCE LENGTH DISTRIBUTION 101 EXERCISES 102 7 HASH TABLES
103 7.1 HASH INPUT AND OUTPUT 103 7.1.1 MANUAL INPUT AND OUTPUT 103 7.1.
VII 7.3.3 LEMMATIZATION 120 7.3.4 LEXICAL COMPARISON BETWEEN TWO TEXTS
122 EXERCISES 124 8 SUBROUTINES AND MODULES 126 8.1 SUBROUTINES 126
8.1.1 THE BASIC STRUCTURE 126 8.1.2 PARAMETERS OF SUBROUTINES 127 8.1.3
THE USE OIRETURNQ IN SUBROUTINES 129 8.1.4 LOCALIZATION OF VARIABLES IN
SUBROUTINES 130 8.2 MODULES 131 8.3 REFERENCES 135 8.3.1 MAKING
REFERENCES 135 8.3.2 DEREFERENCING FOR SCALAR VARIABLES AND REFERENCES
136 8.3.3 DEREFERENCING FOR ARRAYS 137 8.3.4 DEREFERENCING FOR HASHES
139 8.4 USE OF REFERENCES IN SUBROUTINES AND MODULES 140 8.5
APPLICATIONS 142 8.5.1 COMPUTING ARC LENGTH 143 8.5.2 A MODULE FOR
REMOVING NON-ALPHANUMERIC CHARACTERS 144 8.5.3 A LEXICAL COMPARISON
PROGRAM 145 EXERCISES 149 9 DIRECTORY AND FILE MANAGEMENT 150 9.1
DIRECTORY MANAGEMENT 150 9.2 FILE MANAGEMENT 151 9.3 FORMATTING OUTPUT
FILES 154 9.3.1 OUTPUTTING DATA IN THE ORIGINAL FORMAT 154 9.3.2
ARRANGING DATA IN LEFT-JUSTIFIED COLUMNS 155 9.3.3 ARRANGING DATA IN
RIGHT-JUSTIFIED COLUMNS 156 9.3.4 ARRANGING DATA IN CENTRE-JUSTIFIED
COLUMNS 157 9.3.5 FORMATTING DATA THAT HAS LINE BREAKS 159 9.3.6
PRODUCING PAGE HEADING AND PAGINATING OUTPUT FILES 161 9.4 APPLICATIONS
164 9.4.1 A PAGE-FORMATTING PROGRAM 164 9.4. VILI EXERCISES OF CHAPTER 8
192 EXERCISES OF CHAPTER 9 195 INDEX 202
|
any_adam_object | 1 |
author | Fan, Fengxiang Deng, Yaochen |
author_facet | Fan, Fengxiang Deng, Yaochen |
author_role | aut aut |
author_sort | Fan, Fengxiang |
author_variant | f f ff y d yd |
building | Verbundindex |
bvnumber | BV036438873 |
classification_rvk | ES 910 |
ctrlnum | (OCoLC)705478634 (DE-599)DNB1000720381 |
dewey-full | 410.2855133 410.151 |
dewey-hundreds | 400 - Language |
dewey-ones | 410 - Linguistics |
dewey-raw | 410.2855133 410.151 |
dewey-search | 410.2855133 410.151 |
dewey-sort | 3410.2855133 |
dewey-tens | 410 - Linguistics |
discipline | Sprachwissenschaft Literaturwissenschaft |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01826nam a22004692cb4500</leader><controlfield tag="001">BV036438873</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20100804 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">100505s2010 gw a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1000720381</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783942303019</subfield><subfield code="c">PB. : EUR 45.00</subfield><subfield code="9">978-3-942303-01-9</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783942303019</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)705478634</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1000720381</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-NW</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-12</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">410.2855133</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">410.151</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ES 910</subfield><subfield code="0">(DE-625)27927:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">400</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Fan, Fengxiang</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Quantitative linguistic computing with Perl</subfield><subfield code="c">by Fengxiang Fan ; Yaochen Deng</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Lüdenscheid</subfield><subfield code="b">RAM-Verl.</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">205 S.</subfield><subfield code="b">Ill.</subfield><subfield code="e">CD-ROM (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Studies in quantitative linguistics</subfield><subfield code="v">7</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Perl</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4307836-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Sprachstatistik</subfield><subfield code="0">(DE-588)4182534-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computerlinguistik</subfield><subfield code="0">(DE-588)4035843-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Perl</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4307836-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Computerlinguistik</subfield><subfield code="0">(DE-588)4035843-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Sprachstatistik</subfield><subfield code="0">(DE-588)4182534-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Deng, Yaochen</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Studies in quantitative linguistics</subfield><subfield code="v">7</subfield><subfield code="w">(DE-604)BV035261121</subfield><subfield code="9">7</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020311267&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-020311267</subfield></datafield></record></collection> |
id | DE-604.BV036438873 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:39:26Z |
institution | BVB |
isbn | 9783942303019 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-020311267 |
oclc_num | 705478634 |
open_access_boolean | |
owner | DE-12 DE-11 |
owner_facet | DE-12 DE-11 |
physical | 205 S. Ill. CD-ROM (12 cm) |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | RAM-Verl. |
record_format | marc |
series | Studies in quantitative linguistics |
series2 | Studies in quantitative linguistics |
spelling | Fan, Fengxiang Verfasser aut Quantitative linguistic computing with Perl by Fengxiang Fan ; Yaochen Deng Lüdenscheid RAM-Verl. 2010 205 S. Ill. CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier Studies in quantitative linguistics 7 Perl Programmiersprache (DE-588)4307836-9 gnd rswk-swf Sprachstatistik (DE-588)4182534-2 gnd rswk-swf Computerlinguistik (DE-588)4035843-4 gnd rswk-swf Perl Programmiersprache (DE-588)4307836-9 s Computerlinguistik (DE-588)4035843-4 s Sprachstatistik (DE-588)4182534-2 s DE-604 Deng, Yaochen Verfasser aut Studies in quantitative linguistics 7 (DE-604)BV035261121 7 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020311267&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Fan, Fengxiang Deng, Yaochen Quantitative linguistic computing with Perl Studies in quantitative linguistics Perl Programmiersprache (DE-588)4307836-9 gnd Sprachstatistik (DE-588)4182534-2 gnd Computerlinguistik (DE-588)4035843-4 gnd |
subject_GND | (DE-588)4307836-9 (DE-588)4182534-2 (DE-588)4035843-4 |
title | Quantitative linguistic computing with Perl |
title_auth | Quantitative linguistic computing with Perl |
title_exact_search | Quantitative linguistic computing with Perl |
title_full | Quantitative linguistic computing with Perl by Fengxiang Fan ; Yaochen Deng |
title_fullStr | Quantitative linguistic computing with Perl by Fengxiang Fan ; Yaochen Deng |
title_full_unstemmed | Quantitative linguistic computing with Perl by Fengxiang Fan ; Yaochen Deng |
title_short | Quantitative linguistic computing with Perl |
title_sort | quantitative linguistic computing with perl |
topic | Perl Programmiersprache (DE-588)4307836-9 gnd Sprachstatistik (DE-588)4182534-2 gnd Computerlinguistik (DE-588)4035843-4 gnd |
topic_facet | Perl Programmiersprache Sprachstatistik Computerlinguistik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020311267&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV035261121 |
work_keys_str_mv | AT fanfengxiang quantitativelinguisticcomputingwithperl AT dengyaochen quantitativelinguisticcomputingwithperl |