Extract Key Phrases
extract_key_phrasesStatistical key-phrase extraction — top-N ranked phrases.
Brainiall Key Phrases engine. Pure-statistical (TF + position + casing + stopword filter), no ML cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Input text | |
| top_k | No | Number of phrases to return | |
| max_ngram | No | Max words per phrase (1-4) |