https://github.com/daemon/abc
English to simple english translator PoC
https://github.com/daemon/abc
nlp translator
Last synced: about 1 year ago
JSON representation
English to simple english translator PoC
- Host: GitHub
- URL: https://github.com/daemon/abc
- Owner: daemon
- License: mit
- Created: 2017-05-06T12:54:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T00:38:17.000Z (almost 9 years ago)
- Last Synced: 2025-02-04T13:43:50.426Z (over 1 year ago)
- Topics: nlp, translator
- Language: Python
- Homepage:
- Size: 527 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# A Basic Converter
Context-aware English-to-simple English translator proof-of-concept.
Before conversion:

After conversion:

## Requirements
* SpaCy with en_core_web_md
* gensim with models https://mega.nz/#F!BzAiVJxS!s4Hpw87b3SIPYdgOJm914g (download all and save to same directory)
* cherrypy
* cherrypy_cors
* inflect
* requests