NER Tagger

NER Tagger plugin uses NER Technology to extract the entity from the given text.

It extracts multiple types of entities like Job Profile, City, State, Country, Candidate Name, Degree, Organization, Skill, Date, Year, etc.
Note: The input in the NER Tagger plugin must be text and in the base 64 format.

The API will return the entities details from the string as follows:
  • TextLanguage

  • TaggedText

  • TaggedData

    • Start

    • End

    • Id

    • Text

    • Type