action geneea_lemmatize_get { label: "Performs lemmatization on the given document" description: "lemmatizeGet" provider: geneea method: GET path: "/s1/lemmatize" encoding: json input: { type: "object" properties: { extractor: { type: "string" } id: { type: "string" } language: { type: "string" } returnTextInfo: { type: "string" } text: { type: "string" } url: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }