Extract data
Extract
Extract entities from text. Configure entities in the Extract Tab.
Returns
- JSON representation of the extracted entities.
Example Usage
Input:
Output: (You may see more entities than shown below - this is only an example)
Extract Keywords
Extracts keywords from input text.
Parameters
- Nouns: If true, return all nouns. If false, only return proper nouns.
Returns
The resulting keywords.
Example Usage 2
Will yield:
If the nouns: true
is used, the following below is returned:
Extract Grammar
Extracts grammar from input text, grouping by type of word.
Returns
- This sets environment variables from the text given, classifying words into buckets like dates, nouns, determiners, etc
Example Usage
Will yield in the environment (see the Inspector):