Skip to content
forked from Mdperez19/Sina

Spell checker microservice module.

Notifications You must be signed in to change notification settings

AlbertoPC13/Sina

 
 

Repository files navigation

Sina

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

Documentation

The spell checker module consists of a Flask API that receives a text and returns a possible corrected word using Damerau-Levenshtein distance algorithm.

The API has a single endpoint that receives a GET request with a JSON body containing the word to be spell checked. The API returns a JSON with a correct word.


Check the Wiki to find more information about this project.


This project contains information developed by the Escuela Superior de Cómputo of the Instituto Politécnico Nacional, based on data and documents with proprietary rights. Therefore, its use will be restricted to explicitly agreed-upon applications. Unauthorized use releases the school from its technical responsibility and may result in legal consequences. Additional information about this technical report can be obtained from the Academic Subdirection of the Escuela Superior de Cómputo of the Instituto Politécnico Nacional, located at Av. Juan de Dios Bátiz s/n Phone: 57296000, extension 52000.

About

Spell checker microservice module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%