https://github.com/cacilhas/enia-translator
This application searches on-line for English words and returns their Interlingua matching.
https://github.com/cacilhas/enia-translator
interlingua python translator
Last synced: 8 months ago
JSON representation
This application searches on-line for English words and returns their Interlingua matching.
- Host: GitHub
- URL: https://github.com/cacilhas/enia-translator
- Owner: cacilhas
- License: other
- Created: 2019-01-07T22:04:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T22:04:50.000Z (over 7 years ago)
- Last Synced: 2025-03-14T23:26:41.178Z (over 1 year ago)
- Topics: interlingua, python, translator
- Language: Python
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EN-IA Translator
This application searches on-line for English words and returns their
[Interlingua](http://www.interlingua.com/) matching.
It requires [Python 3.6](https://www.python.org/) and use some dependences:
- [`appdirs` 1.4.3](https://github.com/ActiveState/appdirs)
- [`leven` 1.0.4](https://github.com/semanticize/leven)
- [`lxml` 4.2.1](http://lxml.de/)
- [`requests` 2.18.4](http://docs.python-requests.org/en/master/)
- [`tkml` 0.3](https://bitbucket.org/cacilhas/tkml/)
## Use
Just call `en-ia` followed by the word to be searched:
```
$ en-ia ALL
ALL adj omne, tote; adv completemente; (everybody) omnes, totes; (everything)
toto; (at - ) del toto
```
## Wordbook
The source for matches is the
[Union Mundial pro Interlingua](http://www.interlingua.com/an/ceid).
## TODO
- Support other languages with no config-file editing (using
[`argparse`](https://docs.python.org/3/library/argparse.html)).
## Copyrights
It’s under the [3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause).
You can read the copying text
[here](https://bitbucket.org/cacilhas/enia-translator/src/master/LICENSE.txt).