wolof-translate 0.0.4__tar.gz → 0.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/PKG-INFO +1 -1
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/setup.py +1 -1
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/sent_corrections.py +10 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate.egg-info/PKG-INFO +1 -1
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/setup.cfg +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__pycache__/dataset_v1.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__pycache__/sent_transformers.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/dataset_v1.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/dataset_v2.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/dataset_v3.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/dataset_v3.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/dataset_v4.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/__pycache__/dataset_v4.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/dataset_v1.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/dataset_v2.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/dataset_v3.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/dataset_v3_2.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/dataset_v4.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/data/dataset_v5.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/french/tfidfaug_w2idf.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/french/tfidfaug_w2tfidf.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/main.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/main.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/optimization.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/optimization.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/position.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/position.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/size.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__pycache__/size.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/main.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/main_2.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/optimization.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/position.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/size.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/wolof/tfidfaug_w2idf.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/wolof/tfidfaug_w2tfidf.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/pipe/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/pipe/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/pipe/__pycache__/nlp_pipeline.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/pipe/nlp_pipeline.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/adverse_tokenizer.json +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/bart_tokenizers/tokenizer_v3.json +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/bart_tokenizers/tokenizer_v3_2.json +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/bart_tokenizers/tokenizer_v5.json +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v3.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v3.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v4.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v4.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v5.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v5.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v6.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v6.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v7.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v7.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v8.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v8.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v9.model +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers/tokenizer_v9.vocab +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers.zip +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/tokenizer_v1.json +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/tokenizer_v3_2.json +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/trax/sentencepiece_tokenizer_v4.subwords +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/trax/sentencepiece_tokenizer_v5.subwords +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/trax/sentencepiece_tokenizer_v6.subwords +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/trax/sentencepiece_tokenizer_v7.subwords +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/transformer_trainer.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/transformer_trainer.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/transformer_trainer_custom.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/transformer_trainer_ml.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/__pycache__/transformer_trainer_ml_.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer_custom.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer_ml.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer_ml_.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/bucket_iterator.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/database_manager.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/display_predictions.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/download_model.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/evaluate_custom.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/evaluation.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/evaluation.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/extract_new_sentences.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/recuperate_datasets.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/sent_corrections.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/sent_corrections.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/sent_transformers.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/sent_transformers.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/sent_unification.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/split_with_valid.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/split_with_valid.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/tokenize_text.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/__pycache__/training.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/bucket_iterator.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/database_manager.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/display_predictions.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/download_model.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/evaluate_custom.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/evaluation.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/extract_new_sentences.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/extract_poems.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/extract_sentences.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/__init__.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/__pycache__/__init__.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/__pycache__/__init__.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/__pycache__/end_marks.cpython-310.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/__pycache__/end_marks.cpython-311.pyc +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/end_marks.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/recuperate_datasets.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/recuperate_datasets_trunc.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/send_model.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/sent_transformers.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/sent_unification.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/split_with_valid.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/tokenize_text.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/training.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/trunc_hg_training.py +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate.egg-info/SOURCES.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate.egg-info/dependency_links.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate.egg-info/requires.txt +0 -0
- {wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate.egg-info/top_level.txt +0 -0
|
@@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="wolof_translate",
|
|
5
|
-
version="0.0.
|
|
5
|
+
version="0.0.5",
|
|
6
6
|
author="Oumar Kane",
|
|
7
7
|
author_email="oumar.kane@univ-thies.sn",
|
|
8
8
|
description="Contain function and classes to process corpora for making translation between wolof text and other languages.",
|
|
@@ -13,6 +13,8 @@ def add_guillemet_space(sentences: Union[list, str]):
|
|
|
13
13
|
|
|
14
14
|
if type(sentences) is str:
|
|
15
15
|
sentences = [sentences]
|
|
16
|
+
elif type(sentences) is float:
|
|
17
|
+
sentences = [str(sentences)]
|
|
16
18
|
|
|
17
19
|
for s in range(len(sentences)):
|
|
18
20
|
|
|
@@ -51,6 +53,8 @@ def delete_guillemet_space(sentences: Union[list, str]):
|
|
|
51
53
|
|
|
52
54
|
if type(sentences) is str:
|
|
53
55
|
sentences = [sentences]
|
|
56
|
+
elif type(sentences) is float:
|
|
57
|
+
sentences = [str(sentences)]
|
|
54
58
|
|
|
55
59
|
for s in range(len(sentences)):
|
|
56
60
|
|
|
@@ -91,6 +95,8 @@ def add_mark_space(
|
|
|
91
95
|
|
|
92
96
|
if type(sentences) is str:
|
|
93
97
|
sentences = [sentences]
|
|
98
|
+
elif type(sentences) is float:
|
|
99
|
+
sentences = [str(sentences)]
|
|
94
100
|
|
|
95
101
|
for s in range(len(sentences)):
|
|
96
102
|
|
|
@@ -123,6 +129,8 @@ def remove_mark_space(sentences: Union[list, str], marks: list = ["'", "-"]):
|
|
|
123
129
|
|
|
124
130
|
if type(sentences) is str:
|
|
125
131
|
sentences = [sentences]
|
|
132
|
+
elif type(sentences) is float:
|
|
133
|
+
sentences = [str(sentences)]
|
|
126
134
|
|
|
127
135
|
for s in range(len(sentences)):
|
|
128
136
|
|
|
@@ -161,6 +169,8 @@ def delete_much_space(sentences: Union[list, str]):
|
|
|
161
169
|
|
|
162
170
|
if type(sentences) is str:
|
|
163
171
|
sentences = [sentences]
|
|
172
|
+
elif type(sentences) is float:
|
|
173
|
+
sentences = [str(sentences)]
|
|
164
174
|
|
|
165
175
|
for i in range(len(sentences)):
|
|
166
176
|
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__pycache__/__init__.cpython-310.pyc
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/__pycache__/__init__.cpython-311.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/french/tfidfaug_w2idf.txt
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/french/tfidfaug_w2tfidf.txt
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/main_2.py
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/optimization.py
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/transformers/position.py
RENAMED
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/wolof/tfidfaug_w2idf.txt
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/models/wolof/tfidfaug_w2tfidf.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/adverse_tokenizer.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/t5_tokenizers.zip
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/tokenizer_v1.json
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/tokenizers/tokenizer_v3_2.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer.py
RENAMED
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer_ml.py
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/trainers/transformer_trainer_ml_.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/display_predictions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/extract_new_sentences.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/improvements/end_marks.py
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/recuperate_datasets.py
RENAMED
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate/utils/recuperate_datasets_trunc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wolof_translate-0.0.4 → wolof_translate-0.0.5}/wolof_translate.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|