Chunking is a technique that breaks up text into units referred to as chunks. The LingPipe libraries contain classes that support SBD. In this recipe, we will demonstrate how to perform SBD using chunking.
Using the LingPipe and chunking to perform SBD
Getting ready
To prepare, we need to do the following:
- Create a new Maven project
- Add the following dependency to the project's POM file:
<dependency>
<groupId>de.julielab</groupId>
<artifactId>aliasi-lingpipe</artifactId>
<version>4.1.0</version>
</dependency>