Text Processing with Ruby

Text Processing with Ruby
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 335
Release :
ISBN-10 : 9781680504927
ISBN-13 : 1680504924
Rating : 4/5 (924 Downloads)

Book Synopsis Text Processing with Ruby by : Rob Miller

Download or read book Text Processing with Ruby written by Rob Miller and published by Pragmatic Bookshelf. This book was released on 2015-09-22 with total page 335 pages. Available in PDF, EPUB and Kindle. Book excerpt: Text is everywhere. Web pages, databases, the contents of files--for almost any programming task you perform, you need to process text. Cut even the most complex text-based tasks down to size and learn how to master regular expressions, scrape information from Web pages, develop reusable utilities to process text in pipelines, and more. Most information in the world is in text format, and programmers often find themselves needing to make sense of the data hiding within. It might be to convert it from one format to another, or to find out information about the text as a whole, or to extract information fromit. But how do you do this efficiently, avoiding labor-intensive, manual work? Text Processing with Ruby takes a practical approach. You'll learn how to get text into your Ruby programs from the file system and from user input. You'll process delimited files such as CSVs, and write utilities that interact with other programs in text-processing pipelines. Decipher character encoding mysteries, and avoid the pain of jumbled characters and malformed output. You'll learn to use regular expressions to match, extract, and replace patterns in text. You'll write a parser and learn how to process Web pages to pull out information from even the messiest of HTML. Before long you'll be able to tackle even the most enormous and entangled text with ease, scything through gigabytes of data and effortlessly extracting the bits that matter. What You Need: This book requires a passing familiarity with the Ruby programming language, and assumes that you already have Ruby installed on your computer.

Text Processing with Ruby Related Books

Text Processing with Ruby
Language: en
Pages: 335
Authors: Rob Miller
Categories: Computers
Type: BOOK - Published: 2015-09-22 - Publisher: Pragmatic Bookshelf

GET EBOOK

Text is everywhere. Web pages, databases, the contents of files--for almost any programming task you perform, you need to process text. Cut even the most comple
Ruby Best Practices
Language: en
Pages: 332
Authors: Gregory T Brown
Categories: Computers
Type: BOOK - Published: 2009-06-11 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer
The Ruby Programming Language
Language: en
Pages: 446
Authors: David Flanagan
Categories: Computers
Type: BOOK - Published: 2008-01-25 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

A guide to Ruby programming covers such topics as datatypes and objects, expressions, classes and modules, control structures, and the Ruby platform.
Text Processing in Python
Language: en
Pages: 544
Authors: David Mertz
Categories: Computers
Type: BOOK - Published: 2003 - Publisher: Addison-Wesley Professional

GET EBOOK

bull; Demonstrates how Python is the perfect language for text-processing functions. bull; Provides practical pointers and tips that emphasize efficient, flexib
The Ruby Programming Language
Language: en
Pages: 450
Authors: David Flanagan
Categories: Computers
Type: BOOK - Published: 2008-01-25 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (an