Book Image

Natural Language Processing with Java and LingPipe Cookbook

Book Image

Natural Language Processing with Java and LingPipe Cookbook

Overview of this book

Table of Contents (14 chapters)
Natural Language Processing with Java and LingPipe Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Tagging Words and Tokens

In this chapter, we will cover the following recipes:

  • Interesting phrase detection

  • Foreground- or background-driven interesting phrase detection

  • Hidden Markov Models (HMM) – part-of-speech

  • N-best word tagging

  • Confidence-based tagging

  • Training word tagging

  • Word-tagging evaluation

  • Conditional random fields (CRF) for word/token tagging

  • Modifying CRFs