REST

The REST step is used to call external REST enrichment steps. You would have typically set up the Python REST Service which ships with the product, and may be either using some of our out of the box steps or you may have written your own steps.

Our out of the box enrichment steps include the following.

  • classify - Classify documents based on our machine learning capability.

  • phrases - Extract phrases, topics and concepts from text.

  • summary - Generate a summary for a document.

  • hugginfacener - Extract people, organistions and locations from text.

  • entity_mapper - Map entities to normalised values.

  • language - Determine the language of text.

  • spacyner - Extact named entities with spacy.

Please see the Python REST Service installation and configuration guide for how to configure each step.

Last updated