Linguatools website screenshot

Linguatools

Linguatools provides language APIs including a collocations dictionary with more than 2 million English collocations, a sentence generator, and a multilingual disambiguator. The collocations API returns syntactically related word pairs along with significance scores and example sentences.

1 APIs 0 Features
CollocationsDictionaryEnglishLanguageLinguisticsNLP

APIs

Linguatools Collocations API

The Linguatools Collocations API returns collocations for an English query word, filtered by syntactic relation, minimum significance, and part of speech. Each result includes t...

Collections

Pricing Plans

Rate Limits

Linguatools Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Linguatools Context

6 classes · 2 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Linguatools Collocations API
  version: '2.0'
request:
  auth:
    type: apikey
    key: X-RapidAPI-Key
    value: '{{X-RapidAPI-Key}}'
    placement: header
items:
- info:
    name: Collocations
    type: folder
  items:
  - info:
      name: Get collocations for a word
      type: http
    http:
      method: GET
      url: https://linguatools-collocations.p.rapidapi.com/
      headers:
      - name: X-RapidAPI-Key
        value: ''
      - name: X-RapidAPI-Host
        value: ''
      params:
      - name: query
        value: change
        type: query
        description: The query word (case-insensitive).
      - name: lang
        value: en
        type: query
        description: ISO 639-1 language code. Currently only `en` is supported.
      - name: relation
        value: ''
        type: query
        description: Syntactic relation type (case-sensitive). Examples include `V:obj:N` (verb-object), `N:mod:Adj` (noun-adjective
          modifier), `Adj:mod:N`, `V:subj:N`, `N:prep:N`, `V:adv:Adv`.
      - name: min_sig
        value: ''
        type: query
        description: Minimum significance threshold. Values must be 100 or greater.
      - name: pos
        value: ''
        type: query
        description: Part of speech filter (v2 only). One of `V` (verb), `Vinf` (infinitive verb), `N` (noun), `Adj` (adjective),
          `Adv` (adverb).
    docs: Returns collocations for the supplied query word. Supports filtering by syntactic relation, minimum significance
      score, and (in v2) part of speech. Results include the collocation text, relation type, significance score, and up to
      three example sentences.
bundled: true