ThemeTableJSON

Tabulates in JSON themes found in text

Chat Example

Programmatic Access

Retrieve the prompt:
LLMPrompt["ThemeTableJSON"]

LLMResourceFunction["ThemeTableJSON"][txt]

tabulates in JSON themes found in the text txt.

LLMResourceFunction["ThemeTableJSON"][txt,type]

specifies type as the content type of the input.

LLMResourceFunction["ThemeTableJSON"][txt,type,n]

specifies that the content descriptions are no more than n words.

Details

The default value of the second, text type argument is "text".
The defult value of the third argument -- number of words per theme content description -- is 100.
Since many LLMs return JSON code within Markdown code markings the interpreter of this LLM function is "String".
That allows to get results which are almost valid JSON codes.

Examples