Name of API: LematizadorMolino
Created by: Molino de Ideas
To use this API you can subscribe to it on the Apicultur Store.
Prices
The price list for the API can be found here.
Instructions
The lematiza-molino
method gives you all the lemmas of a word that you have entered and their part of speech (according to the classification from Molino de Ideas).
Type of Method: Get
Version: 1.0.0
URI:
http://store.apicultur.com/api/lematiza-molino/1.0.0
https://store.apicultur.com/api/lematiza-molino/1.0.0
Last Updated: October 2012
Example of Entry
http://store.apicultur.com/api/lematiza-molino/1.0.0/{word}
https://store.apicultur.com/api/lematiza-molino/1.0.0/{word}
http://store.apicultur.com/api/lematiza-molino/1.0.0/leyendo
https://store.apicultur.com/api/lematiza-molino/1.0.0/leyendo
Example of Result
{"palabra":"leyendo","lemas":[{"lema":"leer","categoria":"25"}]}
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) |