Introduction to Chinese Natural Language Processing
Title | Introduction to Chinese Natural Language Processing PDF eBook |
Author | Kam-Fai Wong |
Publisher | Springer Nature |
Pages | 148 |
Release | 2022-06-01 |
Genre | Computers |
ISBN | 3031021339 |
This book introduces Chinese language-processing issues and techniques to readers who already have a basic background in natural language processing (NLP). Since the major difference between Chinese and Western languages is at the word level, the book primarily focuses on Chinese morphological analysis and introduces the concept, structure, and interword semantics of Chinese words. The following topics are covered: a general introduction to Chinese NLP; Chinese characters, morphemes, and words and the characteristics of Chinese words that have to be considered in NLP applications; Chinese word segmentation; unknown word detection; word meaning and Chinese linguistic resources; interword semantics based on word collocation and NLP techniques for collocation extraction. Table of Contents: Introduction / Words in Chinese / Challenges in Chinese Morphological Processing / Chinese Word Segmentation / Unknown Word Identification / Word Meaning / Chinese Collocations / Automatic Chinese Collocation Extraction / Appendix / References / Author Biographies
Natural Language Processing
Title | Natural Language Processing PDF eBook |
Author | Yue Zhang |
Publisher | Cambridge University Press |
Pages | 487 |
Release | 2021-01-07 |
Genre | Computers |
ISBN | 1108420214 |
This undergraduate textbook introduces essential machine learning concepts in NLP in a unified and gentle mathematical framework.
Advances in Chinese Spoken Language Processing
Title | Advances in Chinese Spoken Language Processing PDF eBook |
Author | Chin-Hui Lee |
Publisher | World Scientific |
Pages | 564 |
Release | 2007 |
Genre | Computers |
ISBN | 9812772960 |
After decades of research activity, Chinese spoken language processing (CSLP) has advanced considerably both in practical technology and theoretical discovery. In this book, the editors provide both an introduction to the field as well as unique research problems with their solutions in various areas of CSLP. The contributions represent pioneering efforts ranging from CSLP principles to technologies and applications, with each chapter encapsulating a single problem and its solutions.A commemorative volume for the 10th anniversary of the international symposium on CSLP in Singapore, this is a valuable reference for established researchers and an excellent introduction for those interested in the area of CSLP.
Speech & Language Processing
Title | Speech & Language Processing PDF eBook |
Author | Dan Jurafsky |
Publisher | Pearson Education India |
Pages | 912 |
Release | 2000-09 |
Genre | |
ISBN | 9788131716724 |
Handbook of Natural Language Processing
Title | Handbook of Natural Language Processing PDF eBook |
Author | Nitin Indurkhya |
Publisher | CRC Press |
Pages | 704 |
Release | 2010-02-22 |
Genre | Business & Economics |
ISBN | 142008593X |
The Handbook of Natural Language Processing, Second Edition presents practical tools and techniques for implementing natural language processing in computer systems. Along with removing outdated material, this edition updates every chapter and expands the content to include emerging areas, such as sentiment analysis.New to the Second EditionGreater
Introduction to Natural Language Processing
Title | Introduction to Natural Language Processing PDF eBook |
Author | Mary Dee Harris |
Publisher | Reston |
Pages | 392 |
Release | 1985 |
Genre | Interactive computer systems |
ISBN |
Natural language is any language used by human for communication. This book gives readers the information needed to perform rudimentary natural language processing on a computer. The terminology and methodology used by researchers in the field as well as nuts-and-bolts techniques for approaching simple problems. This book emphasized the three primary aspects of information processing--definition of the input and output functions, description and manipulation of the data, and design of the overall software system, including both data and program structure. Designed for computer science students and programmers who are interested in adding natural language interfaces to their software products.
Natural Language Processing with Python
Title | Natural Language Processing with Python PDF eBook |
Author | Steven Bird |
Publisher | "O'Reilly Media, Inc." |
Pages | 506 |
Release | 2009-06-12 |
Genre | Computers |
ISBN | 0596555717 |
This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to automatic summarization and translation. With it, you'll learn how to write Python programs that work with large collections of unstructured text. You'll access richly annotated datasets using a comprehensive range of linguistic data structures, and you'll understand the main algorithms for analyzing the content and structure of written communication. Packed with examples and exercises, Natural Language Processing with Python will help you: Extract information from unstructured text, either to guess the topic or identify "named entities" Analyze linguistic structure in text, including parsing and semantic analysis Access popular linguistic databases, including WordNet and treebanks Integrate techniques drawn from fields as diverse as linguistics and artificial intelligence This book will help you gain practical skills in natural language processing using the Python programming language and the Natural Language Toolkit (NLTK) open source library. If you're interested in developing web applications, analyzing multilingual news sources, or documenting endangered languages -- or if you're simply curious to have a programmer's perspective on how human language works -- you'll find Natural Language Processing with Python both fascinating and immensely useful.