Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.
/ i18nify-backend Public archive

This is the backend service of i18nify, providing the endpoints to check if a word is valid and generate a translation key.

License

Notifications You must be signed in to change notification settings

batrdn/i18nify-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18nify-backend

This is the backend service of i18nify, providing the endpoints to check if a word is valid and generate translation key.

Word validation

/get-valid-words endpoint provides the capability to check if a word is valid. In the body of the POST request, an array of words are sent, by which the backend service returns the valid words from that array.

To check if a word is valid, pyenchant library is used, which checks a word against a dictionary. By default, pyenchant comes with English dictionaries, and dictionaries in other languages can also be imported.

Current supported languages:

  • English
  • German
  • Mongolian
  • Russian

How to run?

docker-compose up --build. The service will run at the port 5000.

About

This is the backend service of i18nify, providing the endpoints to check if a word is valid and generate a translation key.

Topics

Resources

License

Stars

Watchers

Forks