Skip to content
Alberto Palacios Cabrera edited this page Feb 23, 2024 · 1 revision

Welcome to the Maria wiki!

This wiki serves as a central repository for documentation, guidelines, and resources related to our project.


Introduction

This project is a word suggestion microservice module developed for the Prototype tool to support the initial stage of learning to write in the Spanish language.

The word suggestion module consists of a Flask API that receives a text and returns a list of possible next words suggested by Google BERT model in his Spanish version.

The API has a single endpoint that receives a GET request with a JSON body containing the text that will be concidered as context for the suggested word. The API returns a JSON with a list of suggested words.

Clone this wiki locally