更新时间:2021-06-24 15:26:16
coverpage
Title Page
Copyright and Credits
Natural Language Processing with Java Cookbook
About Packt
Why subscribe?
Packt.com
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Get in touch
Reviews
Preparing Text for Analysis and Tokenization
Technical requirements
Tokenization using the Java SDK
How to do it...
How it works...
Tokenization using OpenNLP
Tokenization using maximum entropy
Training a neural network tokenizer for specialized text
There's more...
Identifying the stem of a word
Training an OpenNLP lemmatization model
Determining the lexical meaning of a word using OpenNLP
Removing stop words using LingPipe
Isolating Sentences within a Document
Finding sentences using the Java core API
Performing SBD using the BreakIterator class
Using OpenNLP to perform SBD
Using the Stanford NLP API to perform SBD
Using the LingPipe and chunking to perform SBD
Performing SBD on specialized text