GSOC'16 Kira's results. Apertium website improvements: Docs diff
Jump to navigation
Jump to search
Dictionary Lookup mode
Back-end:
| URL | Function | Parameters | Output |
|---|---|---|---|
| /dictionaryLookup | Generate all possible forms of a word. |
|
Returns all possible forms
curl -G --data "langpair=eng|spa&q=run" http://localhost:2737/dictionaryLookup
{"n": ["carrera"], "vblex": ["correr", "funcionar"]}
|
Front-end:
ENABLED_MODES: an array of the enabled interfaces, a non-empty subset of ['translation', 'analyzation', 'generation', 'sandbox', 'lookup']
translation lookupturns on dictionary lookup mode.