-
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated docs and added examples for qcri
- Loading branch information
=
committed
Aug 23, 2020
1 parent
1f09504
commit 5a870b6
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,19 @@ | |
from .linguee import LingueeTranslator | ||
from .mymemory import MyMemoryTranslator | ||
from .yandex import YandexTranslator | ||
from .qcri import QCRI | ||
from .detection import single_detection, batch_detection | ||
|
||
|
||
__author__ = """Nidhal Baccouri""" | ||
__email__ = '[email protected]' | ||
__version__ = '1.2.3' | ||
__version__ = '1.2.4' | ||
|
||
__all__ = [GoogleTranslator, | ||
PonsTranslator, | ||
LingueeTranslator, | ||
MyMemoryTranslator, | ||
YandexTranslator, | ||
QCRI, | ||
single_detection, | ||
batch_detection] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 1.2.3 | ||
current_version = 1.2.4 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters