Data processing and management for quantitative linguistics with foxpro:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Lüdenscheid
RAM-Verl.
2010
|
Schriftenreihe: | Studies in quantitative linguistics
9 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | CD-ROM-Beil. u.d.T.: Data processing and management for quantitative linguistics: data and programs |
Beschreibung: | V, 233 S. Ill., graph. Darst. CD-ROM (12 cm) |
ISBN: | 9783942303033 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV037235434 | ||
003 | DE-604 | ||
005 | 20110224 | ||
007 | t | ||
008 | 110218s2010 ad|| |||| 00||| eng d | ||
015 | |a 11,N02 |2 dnb | ||
016 | 7 | |a 1009234536 |2 DE-101 | |
020 | |a 9783942303033 |c Pb. : EUR 45.00 (DE) |9 978-3-942303-03-3 | ||
024 | 3 | |a 9783942303033 | |
035 | |a (OCoLC)700052857 | ||
035 | |a (DE-599)DNB1009234536 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-12 | ||
082 | 0 | |a 410.151 |2 22/ger | |
084 | |a 004 |2 sdnb | ||
084 | |a 400 |2 sdnb | ||
100 | 1 | |a Fan, Fengxiang |e Verfasser |4 aut | |
245 | 1 | 0 | |a Data processing and management for quantitative linguistics with foxpro |c by Fan Fengxiang |
246 | 1 | 3 | |a Data processing and management for quantitative linguistics: data and programs |
264 | 1 | |a Lüdenscheid |b RAM-Verl. |c 2010 | |
300 | |a V, 233 S. |b Ill., graph. Darst. |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 9 | |
500 | |a CD-ROM-Beil. u.d.T.: Data processing and management for quantitative linguistics: data and programs | ||
650 | 0 | 7 | |a FoxPro |0 (DE-588)4347748-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Sprachstatistik |0 (DE-588)4182534-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a FoxPro |0 (DE-588)4347748-3 |D s |
689 | 0 | 1 | |a Sprachstatistik |0 (DE-588)4182534-2 |D s |
689 | 0 | |5 DE-604 | |
830 | 0 | |a Studies in quantitative linguistics |v 9 |w (DE-604)BV035261121 |9 9 | |
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=021149036&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-021149036 |
Datensatz im Suchindex
_version_ | 1804143842737258496 |
---|---|
adam_text | IMAGE 1
TABLE OF CONTENTS
PREFACE I
1 INTRODUCTION 1
1.1 SCOPE AND METHODS OF QUANTITATIVE LINGUISTICS 1
1.2 VISUAL FOXPRO, AN OVERVIEW 2
1.2.1 ADVANTAGE AND CAPACITY 2
1.2.2 SYSTEM REQUIREMENT AND INSTALLATION 2
1.2.3 FOXPRO VARIABLES 3
1.2.4 FOXPRO OPERATORS 4
1.2.5 COMMANDS AND FUNCTIONS FOR MATH OPERATIONS 7
1.2.6 FOXPRO PROGRAMS 14
1.2.7 COMMANDS FOR FOXPRO SETTINGS 15
1.3 CONVENTIONS USED IN THIS BOOK 17
EXERCISES 19
2 FOXPRO TABLES 23
2.1 INTRODUCTION 23
2.2 TABLE CREATION AND MODIFICATION 23
2.2.1 CREATING SIMPLE TABLES 24
2.2.2 TABLE MODIFICATION 26
2.2.3 CREATING MULTIPLE FIELD TABLES 28
2.3 FOXPRO TABLE WORK AREAS 32
2.4 DATA INPUT AND OUTPUT IN TABLES 34
2.4.1 DATA INPUT 34
2.4.2 DATA OUTPUT 50
2.5 APPLICATION 52
2.5.1 LEXICAL COMPARISON 52
2.5.2 PROCESSING MULTIPLE TEXTS IN A TABLE 55
2.5.3 VOCABULARY GROWTH 58
EXERCISES 61
3 NUMBER CRUNCHING AND PATTERN MATCHING IN FOXPRO TABLES 63
3.1 MORE FUNCTIONS AND COMMANDS FOR MATH OPERATION IN TABLES 63
3.2 MOVING THE RECORD POINTER AND CREATING CONDITIONAL STATEMENTS 65
3.3 MATH OPERATION IN FOXPRO TABLES 71
3.3.1 CREATION OF FREQUENCY SPECTRUM 71
BIBLIOGRAFISCHE INFORMATIONEN HTTP://D-NB.INFO/1009234536
DIGITALISIERT DURCH
IMAGE 2
IV
3.3.2 THE DISTRIBUTION OF HAPAX LEGOMENA 73
3.3.3 YULE S K 74
3.3.4 PER WORD ENTROPY OF ENGLISH 75
3.3.5 WORD LENGTH IN SYLLABLES 76
3.4 COMMANDS AND FUNCTIONS FOR PATTERN MATCHING 80
3.5 PATTERN MATCHING IN TABLES 88
3.5.1 EXTRACTION OF LEXICAL BUNDLES 88
3.5.2 COLLOCATIONAL ASSOCIATION OF RIM 91
3.5.3 COMPUTING MEAN LETTER UTILITY 97
EXERCISES 100
4 STRING MANIPULATION IN TABLES AND TEXTS 103
4.1 COMMANDS AND FUNCTIONS 103
4.2 LOW-LEVEL FILE FUNCTIONS 110
4.3 SET UP RELATIONS AMONG TABLES WITH A COMMON FIELD 115
4.4 APPLICATIONS 118
4.4.1 PROCESSING DOUBLE-BYTE LANGUAGES 118
4.4.2 CORPORA HANDLING 122
4.4.3 DEALING WITH POS TAGS 125
4.4.4 MAKING CONCORDANCE 128
4.4.5 MAKING ANNOTATED WORDLISTS 132
4.4.6 COMPUTING WORD SENSE CONCENTRATION 135
EXERCISES 140
5 ARRAYS, PROCEDURES AND USER-DEFINED FUNCTIONS 142
5.1 COMMANDS AND FUNCTIONS FOR ARRAYS 142
5.2 PROCEDURES 151
5.3 USER-DEFINED FUNCTIONS 153
5.4 THE DO CASE COMMAND AND IFFQ FUNCTION 157
5.5 SOME COMMANDS AND FUNCTIONS FOR MISCELLANEOUS PURPOSES 160
5.6 APPLICATION 165
5.6.1 SIMULATION OF LNRE 165
5.6.2 LEMMADZATION 170
5.6.3 EXTRACTING LEXICAL INFORMATION FROM MULTIPLE TEXTS OR TABLES 182
5.6.4 EXTRACTING INFORMATION ON WORD CLASS DISTRIBUTION 186
EXERCISES 190
6 INTERACTIVE PROGRAMMING, PROGRAM PACKAGING AND FOXPRO GRAPHS.... 192
IMAGE 3
6.1 WRITING INTERACTIVE PROGRAMS 192
6.1.1 COMMANDS FOR KEYBOARD INPUT 192
6.1.2 APPLICATION 193
6.2 PROGRAM PACKAGING 194
6.3 FOXPRO GRAPHS 197
EXERCISES 200
APPENDIX 201
I. MODEL ANSWERS TO SELECTED EXERCISES 201
EXERCISES OF CHAPTER 1 201
EXERCISES OFCHAPTER 2 203
EXERCISES OF CHAPTER 3 205
EXERCISES OFCHAPTER 4 216
EXERCISES OFCHAPTER 5 220
EXERCISES OFCHAPTER 6 226
II. FOXPRO OPERATORS, COMMANDS AND FUNCTIONS COVERED IN THIS BOOK 227
INDEX 231
|
any_adam_object | 1 |
author | Fan, Fengxiang |
author_facet | Fan, Fengxiang |
author_role | aut |
author_sort | Fan, Fengxiang |
author_variant | f f ff |
building | Verbundindex |
bvnumber | BV037235434 |
ctrlnum | (OCoLC)700052857 (DE-599)DNB1009234536 |
dewey-full | 410.151 |
dewey-hundreds | 400 - Language |
dewey-ones | 410 - Linguistics |
dewey-raw | 410.151 |
dewey-search | 410.151 |
dewey-sort | 3410.151 |
dewey-tens | 410 - Linguistics |
discipline | Sprachwissenschaft Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01803nam a2200445 cb4500</leader><controlfield tag="001">BV037235434</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20110224 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">110218s2010 ad|| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">11,N02</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1009234536</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783942303033</subfield><subfield code="c">Pb. : EUR 45.00 (DE)</subfield><subfield code="9">978-3-942303-03-3</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783942303033</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)700052857</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1009234536</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="049" ind1=" " ind2=" "><subfield code="a">DE-12</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">004</subfield><subfield code="2">sdnb</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">Data processing and management for quantitative linguistics with foxpro</subfield><subfield code="c">by Fan Fengxiang</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Data processing and management for quantitative linguistics: data and programs</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">V, 233 S.</subfield><subfield code="b">Ill., graph. Darst.</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">9</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">CD-ROM-Beil. u.d.T.: Data processing and management for quantitative linguistics: data and programs</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">FoxPro</subfield><subfield code="0">(DE-588)4347748-3</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="689" ind1="0" ind2="0"><subfield code="a">FoxPro</subfield><subfield code="0">(DE-588)4347748-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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="830" ind1=" " ind2="0"><subfield code="a">Studies in quantitative linguistics</subfield><subfield code="v">9</subfield><subfield code="w">(DE-604)BV035261121</subfield><subfield code="9">9</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=021149036&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-021149036</subfield></datafield></record></collection> |
id | DE-604.BV037235434 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:54:05Z |
institution | BVB |
isbn | 9783942303033 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-021149036 |
oclc_num | 700052857 |
open_access_boolean | |
owner | DE-12 |
owner_facet | DE-12 |
physical | V, 233 S. Ill., graph. Darst. 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 Data processing and management for quantitative linguistics with foxpro by Fan Fengxiang Data processing and management for quantitative linguistics: data and programs Lüdenscheid RAM-Verl. 2010 V, 233 S. Ill., graph. Darst. CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier Studies in quantitative linguistics 9 CD-ROM-Beil. u.d.T.: Data processing and management for quantitative linguistics: data and programs FoxPro (DE-588)4347748-3 gnd rswk-swf Sprachstatistik (DE-588)4182534-2 gnd rswk-swf FoxPro (DE-588)4347748-3 s Sprachstatistik (DE-588)4182534-2 s DE-604 Studies in quantitative linguistics 9 (DE-604)BV035261121 9 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=021149036&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Fan, Fengxiang Data processing and management for quantitative linguistics with foxpro Studies in quantitative linguistics FoxPro (DE-588)4347748-3 gnd Sprachstatistik (DE-588)4182534-2 gnd |
subject_GND | (DE-588)4347748-3 (DE-588)4182534-2 |
title | Data processing and management for quantitative linguistics with foxpro |
title_alt | Data processing and management for quantitative linguistics: data and programs |
title_auth | Data processing and management for quantitative linguistics with foxpro |
title_exact_search | Data processing and management for quantitative linguistics with foxpro |
title_full | Data processing and management for quantitative linguistics with foxpro by Fan Fengxiang |
title_fullStr | Data processing and management for quantitative linguistics with foxpro by Fan Fengxiang |
title_full_unstemmed | Data processing and management for quantitative linguistics with foxpro by Fan Fengxiang |
title_short | Data processing and management for quantitative linguistics with foxpro |
title_sort | data processing and management for quantitative linguistics with foxpro |
topic | FoxPro (DE-588)4347748-3 gnd Sprachstatistik (DE-588)4182534-2 gnd |
topic_facet | FoxPro Sprachstatistik |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=021149036&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV035261121 |
work_keys_str_mv | AT fanfengxiang dataprocessingandmanagementforquantitativelinguisticswithfoxpro AT fanfengxiang dataprocessingandmanagementforquantitativelinguisticsdataandprograms |