Cargando…

Python 3 text processing with NLTK 3 cookbook

This book is intended for Python programmers interested in learning how to do natural language processing. Maybe you've learned the limits of regular expressions the hard way, or you've realized that human language cannot be deterministically parsed like a computer language. Perhaps you ha...

Descripción completa

Detalles Bibliográficos
Autor principal: Perkins, Jacob
Lenguaje:eng
Publicado: Packt Publ. 2014
Materias:
Acceso en línea:http://cds.cern.ch/record/1953497
Descripción
Sumario:This book is intended for Python programmers interested in learning how to do natural language processing. Maybe you've learned the limits of regular expressions the hard way, or you've realized that human language cannot be deterministically parsed like a computer language. Perhaps you have more text than you know what to do with, and need automated ways to analyze and structure that text. This Cookbook will show you how to train and use statistical language models to process text in ways that are practically impossible with standard programming tools. A basic knowledge of Python and the basi