https://github.com/alephdata/translate-service
Demo: document processing service for automated translation
https://github.com/alephdata/translate-service
aleph
Last synced: 23 days ago
JSON representation
Demo: document processing service for automated translation
- Host: GitHub
- URL: https://github.com/alephdata/translate-service
- Owner: alephdata
- License: mit
- Created: 2020-10-05T19:15:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:48:25.000Z (about 1 year ago)
- Last Synced: 2025-05-07T03:03:42.237Z (23 days ago)
- Topics: aleph
- Language: Python
- Homepage: https://docs.aleph.occrp.org/developers/adding-text-processors/
- Size: 9.77 KB
- Stars: 4
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translation service
This service exists mainly as a way to demonstrate how you can add new
stages to Aleph's document processing, especially for NLP.See: https://docs.aleph.occrp.org/developers/adding-text-processors/
**IMPORTANT:** this is not meant to be a working implementation of
translation for Aleph. If you want to fix it up to be production-grade,
that would be great. But don't run it in prodcution like this, please.