Commit graph

604 commits

Author SHA1 Message Date
Piero Toffanin ca1049f0d3 Merge main 2021-06-03 10:39:41 -04:00
Piero Toffanin df78ec93ef Fix daily limits for API key holders 2021-06-03 10:36:25 -04:00
idotj 5befc2094e
Add html5 structure + improve UX/UI 2021-06-02 22:57:10 +02:00
idotj 8ab8b90dfc
Add html5 structure + improve UX/UI 2021-06-02 22:54:06 +02:00
Piero Toffanin 1c354b65e9
Added python bindings link 2021-05-30 22:18:38 -04:00
Piero Toffanin 7d7ddd65c0
Merge pull request #90 from yogeshwaran01/main
Linted with Black and flake8
2021-05-18 01:08:35 -04:00
YOGESHWARAN R 95487f8436
Update setup.cfg 2021-05-18 09:38:02 +05:30
YOGESHWARAN R 32061eed7b
Fixed all pep8 errors
Removed unused imports, variables
2021-05-18 09:21:33 +05:30
YOGESHWARAN R 202db95f52
Linted with black 2021-05-18 09:11:02 +05:30
Piero Toffanin 167f551a96
Merge pull request #89 from pierotofy/origin
Programmatic api keys access
2021-05-17 11:44:41 -04:00
Piero Toffanin 24c77ede19 Programmatic api keys access 2021-05-17 11:41:15 -04:00
Piero Toffanin 29c1f2cd2e
Remove print 2021-05-16 11:59:39 -04:00
Piero Toffanin f7d7731fb4
Merge pull request #88 from pierotofy/flood
Flood Protection (IP based)
2021-05-16 11:53:29 -04:00
Piero Toffanin 5c76febaa4 Fix memory leak 2021-05-16 11:52:39 -04:00
Piero Toffanin 1ac27aeb82 Flood protection 2021-05-16 11:50:22 -04:00
Piero Toffanin d576cfb344
Merge pull request #87 from pierotofy/flood
Flood protection
2021-05-16 10:59:14 -04:00
Piero Toffanin 8100b78118
Merge pull request #86 from pierotofy/nooff
Remove --offline flag
2021-05-16 10:58:40 -04:00
Piero Toffanin 4c5d828300 Daily request limit 2021-05-16 10:57:19 -04:00
Piero Toffanin 800774f557 Remove --offline flag 2021-05-16 10:42:58 -04:00
Piero Toffanin c7cc9efee7
Update README.md 2021-04-30 10:17:31 -04:00
Piero Toffanin 1cced0bc85
Merge pull request #79 from grantshandy/patch-1
Add golang bindings to README.md
2021-04-27 08:19:38 -04:00
Grant Handy 2cbfc76b0a
Add GO language bindings. 2021-04-26 17:39:59 -06:00
Piero Toffanin 2038d95b1f
Bump version 2021-04-02 01:20:46 -04:00
Piero Toffanin 57fe069c93
Merge pull request #71 from jdu9/librejs-support
LibreJS support
2021-03-31 14:17:10 -04:00
jdu9 ae76d7efb4 Add LibreJS support 2021-03-31 17:57:02 +02:00
Piero Toffanin 1945f5235c
Merge pull request #68 from StephenSorriaux/fix/languages-reload
Fix `languages` reload
2021-03-29 02:57:36 -04:00
Stephen Sorriaux 1cf23bdc05 Fix languages reload
As this object can be updated from outside its own module, the module should be imported and
used instead.

Relates to https://github.com/uav4geo/LibreTranslate/issues/54
2021-03-28 17:26:31 -04:00
Piero Toffanin 053eafd5a5
Merge pull request #67 from Philippe-Cholet/main
Add option --load-only to set available languages
2021-03-28 15:39:36 -04:00
Philippe-Cholet 92bf61d419 Update README.md 2021-03-28 16:33:10 +02:00
Philippe-Cholet abeee7e385 Add option --load-only language codes
The user will not have to install language packages from "argos-translate" that he/she has no use for.
2021-03-28 16:19:19 +02:00
Piero Toffanin fb031b826a
Merge pull request #60 from mammo0/polyglot
use polyglot for language detection and transliteration
2021-03-12 10:54:41 -05:00
Piero Toffanin 79224edfe4 Catch unknown language 2021-03-12 10:53:09 -05:00
Piero Toffanin 4875177f68 Merge branch 'main' of https://github.com/uav4geo/LibreTranslate into polyglot 2021-03-12 09:55:19 -05:00
Piero Toffanin 0bce59492f
Merge pull request #61 from PJ-Finlay/patch-1
Updated Argos Translate to 1.1.4
2021-03-12 09:55:05 -05:00
P.J. Finlay 72b52db168
Updated Argos Translate to 1.1.4
- https://github.com/argosopentech/argos-translate/pull/43
2021-03-11 08:24:04 -06:00
mammo0 44da802a7f some more output when installing transliteration models 2021-03-11 15:04:22 +01:00
mammo0 7967c1b2c4 reload installed language models after updating them 2021-03-11 14:42:29 +01:00
mammo0 dd128162ef use appdirs to define path to polyglot data 2021-03-11 14:42:29 +01:00
mammo0 e0693d697e download the transliteration packages of polyglot during boot 2021-03-11 14:42:29 +01:00
mammo0 25fb3b3c21 added transliteration before actual translation
-> e.g. if the source language is Russian, argostranslate expects a
cyrillic text
2021-03-11 14:42:29 +01:00
mammo0 36fee9bf1b allow batch processing for language detection 2021-03-11 14:42:29 +01:00
mammo0 d4cb859c8d removed langdetect dependency 2021-03-11 14:42:29 +01:00
mammo0 51980f6ff5 use polyglot for detecting the language 2021-03-11 14:42:29 +01:00
mammo0 9301ad0bda added polyglot to requirements.txt 2021-03-11 14:42:29 +01:00
Piero Toffanin 5c73cebd9c
Merge pull request #59 from mammo0/docker_include_models
Include language models into Docker image
2021-03-11 08:34:20 -05:00
mammo0 579cd76289 updated README 2021-03-11 07:23:22 +01:00
mammo0 76f069d472 add an option to include the language models into the Docker image
-> this allows the direct offline usage of the Docker image
2021-03-11 07:21:33 +01:00
Piero Toffanin 42ec04e4ff Bump version 2021-03-07 17:23:43 -05:00
Piero Toffanin b8818ff14e updated argos, validate input JSON dict 2021-03-07 17:23:25 -05:00
Piero Toffanin a86442f23c
Merge pull request #56 from sigaloid/patch-1
Add .net language binding
2021-03-03 10:02:06 -05:00