get_collocations
Get collocations for a query in a corpus by specifying the collocation attribute (e.g., word, lemma) to analyze word co-occurrence patterns.
Instructions
Get collocations for a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Query string | |
| cattr | Yes | Collocation attribute (e.g., 'word', 'lemma') | |
| format | No | Response format | json |
| corpname | Yes | Name of the corpus |