GET api/Lexer/Related?word={word}&lang={lang}&ignoreDiacrits={ignoreDiacrits}

Retrieves a list of semmantically-related words (Thesaurus alike)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
word

the base word for the search, in root-neutral form (not inflected)

string

Required

lang

the corresponding ISO-2 language code (lowercase)

string

Default value is es

ignoreDiacrits

if true, all 'word' diacritic marks (accent, tilde, etc.) are ignored or not enforced

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "el pensaria rappido oy a la manana, mienntras la vayema estara afuerra kon andres a la bista.",
  "es"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>el pensaria rappido oy a la manana, mienntras la vayema estara afuerra kon andres a la bista.</string>
  <string>es</string>
</ArrayOfstring>