scriptconv 0.0.3a23__tar.gz → 0.0.4a1__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.
- {scriptconv-0.0.3a23/scriptconv.egg-info → scriptconv-0.0.4a1}/PKG-INFO +33 -1
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/README.md +32 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/version.py +2 -2
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1/scriptconv.egg-info}/PKG-INFO +33 -1
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/LICENSE +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/pyproject.toml +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/requirements.txt +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/__main__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/cangjie.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/conventions.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/data/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/data/cangjie5_tc.tsv.gz +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/graph.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/notation.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/bw2ipa.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/hangul2ipa.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/aspiration.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/assimilation.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/double_coda.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/hanja.tsv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/ipa.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/neutralization.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/tensification.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/yale.csv +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/codeswitch.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/diacritize.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/dialectal.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/english_g2p.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/espeak.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/frontend.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/levantine_g2p.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/normalize.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/phoneme_inventory.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/zh_num.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/LICENSE.md +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/rulebook.txt +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/LICENSE.md +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/__init__.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/phonetise_buckwalter.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/symbols.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/tokenization.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/num2words.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/unicode_symbol2label.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/ar.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/base.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/en.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/enums.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/eu.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/fa.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/gl.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/he.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/ja.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/ko.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/mul.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/mwl.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/o2ipa.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/pt.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/registry.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/shami.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/vi.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/zh.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/py.typed +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/readings.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/scripts.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/translit.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/SOURCES.txt +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/dependency_links.txt +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/requires.txt +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/top_level.txt +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/setup.cfg +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_arpa_stress.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_cangjie.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_cli.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_conventions.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_errors_policy.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_examples.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_graph.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_notation.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_phonemizers_base.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_phonemizers_cjk_ar.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_readings.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_readings_zh.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_scripts.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_scripts_stressonnx_compat.py +0 -0
- {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_translit.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: scriptconv
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4a1
|
|
4
4
|
Summary: Zero-dependency script & phoneme-notation core — ISO-15924 detection & metadata, IPA↔ARPABET/X-SAMPA/Lexique/Kirshenbaum/Cotovía/RFE, Buckwalter↔Arabic, Hangul→jamo, kana
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/TigreGotico/scriptconv
|
|
@@ -424,6 +424,38 @@ import time; they load only when a caller explicitly requests those
|
|
|
424
424
|
phonemizers, and unencumbered defaults (arbtok for Arabic, g2pk for Korean)
|
|
425
425
|
exist for both.
|
|
426
426
|
|
|
427
|
+
## Related projects
|
|
428
|
+
|
|
429
|
+
scriptconv sits at the bottom of a family of text and speech libraries that
|
|
430
|
+
build on it:
|
|
431
|
+
|
|
432
|
+
- [phoonnx](https://github.com/TigreGotico/phoonnx) — multilingual ONNX
|
|
433
|
+
text-to-speech; consumes scriptconv for scripts, notation, conventions and
|
|
434
|
+
the whole phonemizer layer.
|
|
435
|
+
- [orthography2ipa](https://github.com/TigreGotico/orthography2ipa) —
|
|
436
|
+
data-driven orthography→IPA engine; the usual per-language phonemizer
|
|
437
|
+
default.
|
|
438
|
+
- [arbtok](https://github.com/TigreGotico/arbtok) — Arabic tokenization and
|
|
439
|
+
phonemization; the Arabic default.
|
|
440
|
+
- [espyak](https://github.com/TigreGotico/espyak) — pure-Python port of
|
|
441
|
+
espeak-ng's G2P; the espeak fallback when the binary is absent.
|
|
442
|
+
- [euskaphone](https://github.com/TigreGotico/euskaphone) — Basque
|
|
443
|
+
phonemizer (dialect-aware).
|
|
444
|
+
- [tugaphone](https://github.com/TigreGotico/tugaphone) — European
|
|
445
|
+
Portuguese phonemizer.
|
|
446
|
+
- [mwl_phonemizer](https://github.com/TigreGotico/mwl_phonemizer) —
|
|
447
|
+
Mirandese phonemizer.
|
|
448
|
+
- [g2p_barranquenho](https://github.com/TigreGotico/g2p_barranquenho) —
|
|
449
|
+
Barranquenho phonemizer.
|
|
450
|
+
- [pycotovia](https://github.com/TigreGotico/pycotovia) — Python bindings
|
|
451
|
+
for the Cotovía Galician TTS engine, whose notation scriptconv transcodes.
|
|
452
|
+
- [stressonnx](https://github.com/TigreGotico/stressonnx) — East Slavic
|
|
453
|
+
stress annotation; shares scriptconv's script tags.
|
|
454
|
+
- [text2tashkeel](https://github.com/TigreGotico/text2tashkeel) — Arabic
|
|
455
|
+
diacritization models (the prediction side of the `tashkeel` convention).
|
|
456
|
+
- [text2nikkud](https://github.com/TigreGotico/text2nikkud) — Hebrew
|
|
457
|
+
niqqud restoration (the prediction side of the `niqqud` convention).
|
|
458
|
+
|
|
427
459
|
## Development
|
|
428
460
|
|
|
429
461
|
```bash
|
|
@@ -305,6 +305,38 @@ import time; they load only when a caller explicitly requests those
|
|
|
305
305
|
phonemizers, and unencumbered defaults (arbtok for Arabic, g2pk for Korean)
|
|
306
306
|
exist for both.
|
|
307
307
|
|
|
308
|
+
## Related projects
|
|
309
|
+
|
|
310
|
+
scriptconv sits at the bottom of a family of text and speech libraries that
|
|
311
|
+
build on it:
|
|
312
|
+
|
|
313
|
+
- [phoonnx](https://github.com/TigreGotico/phoonnx) — multilingual ONNX
|
|
314
|
+
text-to-speech; consumes scriptconv for scripts, notation, conventions and
|
|
315
|
+
the whole phonemizer layer.
|
|
316
|
+
- [orthography2ipa](https://github.com/TigreGotico/orthography2ipa) —
|
|
317
|
+
data-driven orthography→IPA engine; the usual per-language phonemizer
|
|
318
|
+
default.
|
|
319
|
+
- [arbtok](https://github.com/TigreGotico/arbtok) — Arabic tokenization and
|
|
320
|
+
phonemization; the Arabic default.
|
|
321
|
+
- [espyak](https://github.com/TigreGotico/espyak) — pure-Python port of
|
|
322
|
+
espeak-ng's G2P; the espeak fallback when the binary is absent.
|
|
323
|
+
- [euskaphone](https://github.com/TigreGotico/euskaphone) — Basque
|
|
324
|
+
phonemizer (dialect-aware).
|
|
325
|
+
- [tugaphone](https://github.com/TigreGotico/tugaphone) — European
|
|
326
|
+
Portuguese phonemizer.
|
|
327
|
+
- [mwl_phonemizer](https://github.com/TigreGotico/mwl_phonemizer) —
|
|
328
|
+
Mirandese phonemizer.
|
|
329
|
+
- [g2p_barranquenho](https://github.com/TigreGotico/g2p_barranquenho) —
|
|
330
|
+
Barranquenho phonemizer.
|
|
331
|
+
- [pycotovia](https://github.com/TigreGotico/pycotovia) — Python bindings
|
|
332
|
+
for the Cotovía Galician TTS engine, whose notation scriptconv transcodes.
|
|
333
|
+
- [stressonnx](https://github.com/TigreGotico/stressonnx) — East Slavic
|
|
334
|
+
stress annotation; shares scriptconv's script tags.
|
|
335
|
+
- [text2tashkeel](https://github.com/TigreGotico/text2tashkeel) — Arabic
|
|
336
|
+
diacritization models (the prediction side of the `tashkeel` convention).
|
|
337
|
+
- [text2nikkud](https://github.com/TigreGotico/text2nikkud) — Hebrew
|
|
338
|
+
niqqud restoration (the prediction side of the `niqqud` convention).
|
|
339
|
+
|
|
308
340
|
## Development
|
|
309
341
|
|
|
310
342
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: scriptconv
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4a1
|
|
4
4
|
Summary: Zero-dependency script & phoneme-notation core — ISO-15924 detection & metadata, IPA↔ARPABET/X-SAMPA/Lexique/Kirshenbaum/Cotovía/RFE, Buckwalter↔Arabic, Hangul→jamo, kana
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/TigreGotico/scriptconv
|
|
@@ -424,6 +424,38 @@ import time; they load only when a caller explicitly requests those
|
|
|
424
424
|
phonemizers, and unencumbered defaults (arbtok for Arabic, g2pk for Korean)
|
|
425
425
|
exist for both.
|
|
426
426
|
|
|
427
|
+
## Related projects
|
|
428
|
+
|
|
429
|
+
scriptconv sits at the bottom of a family of text and speech libraries that
|
|
430
|
+
build on it:
|
|
431
|
+
|
|
432
|
+
- [phoonnx](https://github.com/TigreGotico/phoonnx) — multilingual ONNX
|
|
433
|
+
text-to-speech; consumes scriptconv for scripts, notation, conventions and
|
|
434
|
+
the whole phonemizer layer.
|
|
435
|
+
- [orthography2ipa](https://github.com/TigreGotico/orthography2ipa) —
|
|
436
|
+
data-driven orthography→IPA engine; the usual per-language phonemizer
|
|
437
|
+
default.
|
|
438
|
+
- [arbtok](https://github.com/TigreGotico/arbtok) — Arabic tokenization and
|
|
439
|
+
phonemization; the Arabic default.
|
|
440
|
+
- [espyak](https://github.com/TigreGotico/espyak) — pure-Python port of
|
|
441
|
+
espeak-ng's G2P; the espeak fallback when the binary is absent.
|
|
442
|
+
- [euskaphone](https://github.com/TigreGotico/euskaphone) — Basque
|
|
443
|
+
phonemizer (dialect-aware).
|
|
444
|
+
- [tugaphone](https://github.com/TigreGotico/tugaphone) — European
|
|
445
|
+
Portuguese phonemizer.
|
|
446
|
+
- [mwl_phonemizer](https://github.com/TigreGotico/mwl_phonemizer) —
|
|
447
|
+
Mirandese phonemizer.
|
|
448
|
+
- [g2p_barranquenho](https://github.com/TigreGotico/g2p_barranquenho) —
|
|
449
|
+
Barranquenho phonemizer.
|
|
450
|
+
- [pycotovia](https://github.com/TigreGotico/pycotovia) — Python bindings
|
|
451
|
+
for the Cotovía Galician TTS engine, whose notation scriptconv transcodes.
|
|
452
|
+
- [stressonnx](https://github.com/TigreGotico/stressonnx) — East Slavic
|
|
453
|
+
stress annotation; shares scriptconv's script tags.
|
|
454
|
+
- [text2tashkeel](https://github.com/TigreGotico/text2tashkeel) — Arabic
|
|
455
|
+
diacritization models (the prediction side of the `tashkeel` convention).
|
|
456
|
+
- [text2nikkud](https://github.com/TigreGotico/text2nikkud) — Hebrew
|
|
457
|
+
niqqud restoration (the prediction side of the `niqqud` convention).
|
|
458
|
+
|
|
427
459
|
## Development
|
|
428
460
|
|
|
429
461
|
```bash
|
|
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
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/hanja.tsv
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/ipa.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/yale.csv
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/__init__.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/codeswitch.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/diacritize.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/dialectal.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/english_g2p.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/espeak.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/frontend.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/levantine_g2p.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/normalize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/LICENSE.md
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/__init__.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/rulebook.txt
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/LICENSE.md
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/__init__.py
RENAMED
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
{scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/num2words.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
|
|
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
|