Name of API: LematizadorClasico
Created by: Molino de Ideas
To use this API you can subscribe to it on the Apicultur Store.
Instructions
The lematiza-clasico
method gives you all the lemmas of a word that you have entered and their part of speech (including both the traditional part of speech as well as our own classification from Molino de Ideas).
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/lematiza-clasico/1.0.0
https://store.apicultur.com/api/lematiza-clasico/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/lematiza-clasico/1.0.0/{word}
https://store.apicultur.com/api/lematiza-clasico/1.0.0/{word}
http://store.apicultur.com/api/lematiza-clasico/1.0.0/leyendo
https://store.apicultur.com/api/lematiza-clasico/1.0.0/leyendo
Example of Result
{"palabra":"leyendo","lemas":[{"lema":"leer","categoria":"25","categoriaSimple":"5"}]}
Entry Parameters
Parameter 1
Name | word |
Type | String |
Description | The word that you want to lemmatize (the word which you want to find lemmas for) |
Results
The result is the JSON object that contains:
Name | "palabra" |
Type | String |
Description | The word that we want to lemmatize |
Name | "lemas" |
Type | Array |
Description | List that contains all the possible lemmas for the entered word. |
Name | "lema" |
Type | String |
Description | The lemma of the word entered |
Name | "categoria" |
Type | Integer |
Description | Part of speech of the word entered (according to the Molino de Ideas classification) |
Name | "categoriaSimple" |
Type | Integer |
Description | Part of speech of the word entered (according to the classic classification) |