Cargando…

Python text processing with NLTK 2.0 Cookbook : over 80 practical recipes for using Python's NLTK suite of libraries to maximize your natural language processing capabilities /

The learn-by-doing approach of this book will enable you to dive right into the heart of text processing from the very first page. Each recipe is carefully designed to fulfill your appetite for Natural Language Processing. Packed with numerous illustrative examples and code samples, it will make the...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Perkins, Jacob
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham ; Mumbai : PACKT Publishing, 2010.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn775351847
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120206s2010 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d YDXCP  |d OCLCF  |d OCLCQ  |d IDEBK  |d EBLCP  |d DEBSZ  |d OCLCQ  |d UMI  |d E7B  |d COO  |d HEBIS  |d UKMGB  |d NLE  |d N$T  |d OCLCQ  |d COCUF  |d AGLDB  |d CNNOR  |d MOR  |d CCO  |d PIFAG  |d ZCU  |d NRC  |d OCLCQ  |d MERUC  |d OCLCQ  |d JBG  |d UEJ  |d U3W  |d BRL  |d STF  |d WRM  |d VTS  |d CEF  |d ICG  |d INT  |d VT2  |d AU@  |d OCLCQ  |d A6Q  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d OCLCQ  |d VLY  |d AJS  |d OCLCQ  |d INARC  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 015850114  |2 Uk 
019 |a 698590629  |a 740439207  |a 741351182  |a 816619923  |a 823126171  |a 961508808  |a 962695627  |a 988459593  |a 991922107  |a 1037525055  |a 1038662444  |a 1055400103  |a 1058318185  |a 1081278595  |a 1083584027  |a 1103267028  |a 1129365869  |a 1162006830  |a 1241822830  |a 1290051869  |a 1300684934 
020 |a 9781849513616  |q (electronic bk.) 
020 |a 1849513619  |q (electronic bk.) 
020 |a 9786612905155 
020 |a 6612905158 
020 |z 1282905155 
020 |z 9781282905153 
020 |z 9781849513609 
020 |z 1849513600 
029 1 |a AU@  |b 000050974235 
029 1 |a AU@  |b 000062377736 
029 1 |a AU@  |b 000066754767 
029 1 |a CHNEW  |b 000605519 
029 1 |a DEBBG  |b BV043171205 
029 1 |a DEBBG  |b BV044172931 
029 1 |a DEBSZ  |b 36847755X 
029 1 |a DEBSZ  |b 372803598 
029 1 |a DEBSZ  |b 397482248 
029 1 |a DEBSZ  |b 421460997 
029 1 |a GBVCP  |b 803880669 
029 1 |a HEBIS  |b 291544541 
029 1 |a NZ1  |b 14170366 
035 |a (OCoLC)775351847  |z (OCoLC)698590629  |z (OCoLC)740439207  |z (OCoLC)741351182  |z (OCoLC)816619923  |z (OCoLC)823126171  |z (OCoLC)961508808  |z (OCoLC)962695627  |z (OCoLC)988459593  |z (OCoLC)991922107  |z (OCoLC)1037525055  |z (OCoLC)1038662444  |z (OCoLC)1055400103  |z (OCoLC)1058318185  |z (OCoLC)1081278595  |z (OCoLC)1083584027  |z (OCoLC)1103267028  |z (OCoLC)1129365869  |z (OCoLC)1162006830  |z (OCoLC)1241822830  |z (OCoLC)1290051869  |z (OCoLC)1300684934 
037 |a CL0500000095  |b Safari Books Online 
050 4 |a QA76.73.P98  |b P47 2010eb 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a UMW  |2 bicssc 
082 0 4 |a 005.133  |2 22 
049 |a UAMI 
100 1 |a Perkins, Jacob. 
245 1 0 |a Python text processing with NLTK 2.0 Cookbook :  |b over 80 practical recipes for using Python's NLTK suite of libraries to maximize your natural language processing capabilities /  |c Jacob Perkins. 
246 3 0 |a Over 80 practical recipes for using Python's NLTK suite of libraries to maximize your natural language processing capabilities 
246 3 |a Over 80 practical recipes for using Python's Natural Language Toolkit suite of libraries to maximize your natural language processing capabilities 
260 |a Birmingham ;  |a Mumbai :  |b PACKT Publishing,  |c 2010. 
300 |a 1 online resource (iii, 256 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a "Open source community experience distilled." 
500 |a "Quick answers to common problems"--Cover 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- Table of Contents -- Preface -- Chapter 1: Tokenizing Text and Wordnet Basics -- Introduction -- Tokenizing Text Into Sentences -- Tokenizing Sentences Into Words -- Tokenizing Sentences Using Regular -- Expressions -- Filtering Stopwords in a Tokenized Sentence -- Looking Up Synsets for a Word in Wordnet -- Looking Up Lemmas and Synonyms -- in Wordnet -- Calculating Wordnet Synset Similarity -- Discovering Word Collocations -- Chapter 2: Replacing and Correcting Words -- Introduction -- Stemming Words -- Lemmatizing Words With Wordnet -- Translating Text With Babelfish -- Replacing Words Matching Regular -- Removing Repeating Characters -- Spelling Correction With Enchant -- Replacing Synonyms -- Replacing Negations With Antonyms -- Chapter 3: Creating Custom Corpora -- Introduction -- Setting Up a Custom Corpus -- Creating a Word List Corpus -- Creating a Part-of-Speech Tagged Word -- Corpus -- Creating a Chunked Phrase Corpus -- Creating a Categorized Text Corpus -- Creating a Categorized Chunk Corpus Reader -- Lazy Corpus Loading -- Creating a Custom Corpus View -- Creating a Mongodb Backed Corpus Reader -- Corpus Editing With File Locking -- Chapter 4: Part-of-Speech Tagging -- Introduction -- Default Tagging -- Training a Unigram Part-of-Speech Tagger -- Combining Taggers With Backoff Tagging -- Training and Combining Ngram Taggers -- Creating a Model of Likely Word Tags -- Tagging With Regular Expressions -- Affix Tagging -- Training a Brill Tagger -- Training the Tnt Tagger -- Using Wordnet for Tagging -- Tagging Proper Names -- Classifier Based Tagging -- Chapter 5: Extracting Chunks -- Introduction -- Chunking and Chinking With Regular -- Merging and Splitting Chunks With Regular Expressions -- Expanding and Removing Chunks With -- Regular Expressions -- Partial Parsing With Regular Expressions -- Training a Tagger-Based Chunker -- Classification-Based Chunking -- Extracting Named Entities -- Extracting Proper Noun Chunks -- Extracting Location Chunks -- Training a Named Entity Chunker -- Chapter 6: Transforming Chunks and Trees -- Introduction -- Filtering Insignificant Words -- Correcting Verb Forms -- Swapping Verb Phrases -- Swapping Noun Cardinals -- Swapping Infinitive Phrases -- Singularizing Plural Nouns -- Chaining Chunk Transformations -- Converting a Chunk Tree to Text -- Flattening a Deep Tree -- Creating a Shallow Tree -- Converting Tree Nodes -- Chapter 7: Text Classification -- Introduction -- Bag of Words Feature Extraction -- Training a Naive Bayes Classifier -- Training a Decision Tree Classifier -- Training a Maximum Entropy Classifier -- Measuring Precision and Recall of a -- Classifier -- Calculating High Information Words -- Combining Classifiers With Voting -- Classifying With Multiple Binary Classifiers -- Chapte. 
520 |a The learn-by-doing approach of this book will enable you to dive right into the heart of text processing from the very first page. Each recipe is carefully designed to fulfill your appetite for Natural Language Processing. Packed with numerous illustrative examples and code samples, it will make the task of using the NLTK for Natural Language Processing easy and straightforward. This book is for Python programmers who want to quickly get to grips with using the NLTK for Natural Language Processing. Familiarity with basic text processing concepts is required. Programmers experienced in the NLTK will also find it useful. Students of linguistics will find it invaluable. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Python (Computer program language) 
650 0 |a Natural language processing (Computer science) 
650 6 |a Python (Langage de programmation) 
650 6 |a Traitement automatique des langues naturelles. 
650 7 |a COMPUTERS  |x Programming Languages  |x CÄ  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Natural language processing (Computer science)  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Perkins, Jacob.  |t Python text processing with NTLK 2.0 Cookbook.  |d Birmingham ; Mumbai : PACKT Publishing, 2010  |z 9781849513609  |w (OCoLC)711962863 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=421782  |z Texto completo 
938 |a Internet Archive  |b INAR  |n pythontextproces0000perk 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943763 
938 |a ebrary  |b EBRY  |n ebr10435387 
938 |a EBSCOhost  |b EBSC  |n 421782 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 290515 
938 |a YBP Library Services  |b YANK  |n 3601894 
994 |a 92  |b IZTAP