Natural Language Processing with Java Cookbook
上QQ阅读APP看书,第一时间看更新

Technical requirements

In this chapter, you will need to install the following software, if they have not already been installed:

  • Eclipse Photon 4.8.0
  • Java JDK 8 or later

We will be using the following APIs, which you will be instructed to add for each recipe as appropriate:

  • OpenNLP 1.9.0
  • LingPipe 4.1.0

The code files for this chapter can be found at https://github.com/PacktPublishing/Natural-Language-Processing-with-Java-Cookbook/tree/master/Chapter01.