In this recipe, we will illustrate another chunker to find entities. A chunk is an object that represents information about data. In this case, it will represent information about entities. We will use the LingPipe NLP API to illustrate this approach.
This use of a chunker differs in that it does not use regular expressions. Instead, we will use a model trained to find entities and use the model in conjunction with a chunker.