Apache OpenNLP · Example Payload

Apache Opennlp Named Entity Example

Machine LearningNatural Language ProcessingNLPText ProcessingApacheOpen SourceJava

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

Top-level fields

texttypestartendprobability

Example Payload

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