Keyword Analyzer

Keyword extraction is a technique that involves automatically identifying and extracting the most important words or phrases from a document or a piece of text.

The extracted keywords represent the main themes or topics discussed in the document and can be used to summarize its content or to categorize it.

Keyword extraction uses techniques to identify the most relevant words or phrases in a text based on various criteria such as frequency, relevance, and co-occurrence with other words.

The extracted keywords can be used in various applications such as information retrieval, document clustering and text classification.

The response section for keywords would look similar to below:

json
{
  "keyword": {
    "keywords": [
      "Electric Vehicles",
      "South Africa",
      "Paris",
      "Julia Peach",
      "London"
    ],
    "details": [
      {
        "keyword": "Electric Vehicles",
        "score:": 0.14
      },
      {
        "keyword": "South Africa",
        "score:": 0.14
      },
      {
        "keyword": "Paris",
        "score:": 0.11
      },
      {
        "keyword": "Julia Peach",
        "score:": 0.09
      },
      {
        "keyword": "London",
        "score:": 0.07
      }
    ]
  }
}