Apache OpenNLP · Example Payload

Apache Opennlp Chunk Example

Machine LearningNatural Language ProcessingNLPText ProcessingApacheOpen SourceJava

Apache Opennlp Chunk Example is an example object payload from Apache OpenNLP, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

texttypestartend

Example Payload

Raw ↑
{
  "text": "Pierre Vinken will join the board.",
  "type": "NP",
  "start": 1,
  "end": 1
}