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.
Files changed (92) hide show
  1. {scriptconv-0.0.3a23/scriptconv.egg-info → scriptconv-0.0.4a1}/PKG-INFO +33 -1
  2. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/README.md +32 -0
  3. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/version.py +2 -2
  4. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1/scriptconv.egg-info}/PKG-INFO +33 -1
  5. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/LICENSE +0 -0
  6. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/pyproject.toml +0 -0
  7. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/requirements.txt +0 -0
  8. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/__init__.py +0 -0
  9. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/__main__.py +0 -0
  10. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/cangjie.py +0 -0
  11. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/conventions.py +0 -0
  12. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/data/__init__.py +0 -0
  13. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/data/cangjie5_tc.tsv.gz +0 -0
  14. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/graph.py +0 -0
  15. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/notation.py +0 -0
  16. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/__init__.py +0 -0
  17. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/__init__.py +0 -0
  18. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/bw2ipa.py +0 -0
  19. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/hangul2ipa.py +0 -0
  20. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/aspiration.csv +0 -0
  21. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/assimilation.csv +0 -0
  22. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/double_coda.csv +0 -0
  23. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/hanja.tsv +0 -0
  24. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/ipa.csv +0 -0
  25. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/neutralization.csv +0 -0
  26. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/tensification.csv +0 -0
  27. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/ko_tables/yale.csv +0 -0
  28. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/__init__.py +0 -0
  29. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/codeswitch.py +0 -0
  30. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/diacritize.py +0 -0
  31. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/dialectal.py +0 -0
  32. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/english_g2p.py +0 -0
  33. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/espeak.py +0 -0
  34. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/frontend.py +0 -0
  35. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/levantine_g2p.py +0 -0
  36. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/normalize.py +0 -0
  37. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/shami/phoneme_inventory.py +0 -0
  38. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_thirdparty/zh_num.py +0 -0
  39. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/__init__.py +0 -0
  40. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/LICENSE.md +0 -0
  41. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/__init__.py +0 -0
  42. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/kog2p/rulebook.txt +0 -0
  43. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/LICENSE.md +0 -0
  44. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/__init__.py +0 -0
  45. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/__init__.py +0 -0
  46. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/phonetise_buckwalter.py +0 -0
  47. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/symbols.py +0 -0
  48. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/buck/tokenization.py +0 -0
  49. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/num2words.py +0 -0
  50. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/_vendored/mantoq/unicode_symbol2label.py +0 -0
  51. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/ar.py +0 -0
  52. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/base.py +0 -0
  53. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/en.py +0 -0
  54. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/enums.py +0 -0
  55. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/eu.py +0 -0
  56. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/fa.py +0 -0
  57. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/gl.py +0 -0
  58. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/he.py +0 -0
  59. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/ja.py +0 -0
  60. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/ko.py +0 -0
  61. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/mul.py +0 -0
  62. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/mwl.py +0 -0
  63. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/o2ipa.py +0 -0
  64. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/pt.py +0 -0
  65. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/registry.py +0 -0
  66. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/shami.py +0 -0
  67. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/vi.py +0 -0
  68. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/phonemizers/zh.py +0 -0
  69. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/py.typed +0 -0
  70. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/readings.py +0 -0
  71. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/scripts.py +0 -0
  72. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv/translit.py +0 -0
  73. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/SOURCES.txt +0 -0
  74. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/dependency_links.txt +0 -0
  75. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/requires.txt +0 -0
  76. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/scriptconv.egg-info/top_level.txt +0 -0
  77. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/setup.cfg +0 -0
  78. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_arpa_stress.py +0 -0
  79. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_cangjie.py +0 -0
  80. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_cli.py +0 -0
  81. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_conventions.py +0 -0
  82. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_errors_policy.py +0 -0
  83. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_examples.py +0 -0
  84. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_graph.py +0 -0
  85. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_notation.py +0 -0
  86. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_phonemizers_base.py +0 -0
  87. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_phonemizers_cjk_ar.py +0 -0
  88. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_readings.py +0 -0
  89. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_readings_zh.py +0 -0
  90. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_scripts.py +0 -0
  91. {scriptconv-0.0.3a23 → scriptconv-0.0.4a1}/tests/test_scripts_stressonnx_compat.py +0 -0
  92. {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.3a23
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,8 +1,8 @@
1
1
  # START_VERSION_BLOCK
2
2
  VERSION_MAJOR = 0
3
3
  VERSION_MINOR = 0
4
- VERSION_BUILD = 3
5
- VERSION_ALPHA = 23
4
+ VERSION_BUILD = 4
5
+ VERSION_ALPHA = 1
6
6
  # END_VERSION_BLOCK
7
7
 
8
8
  VERSION_STR = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_BUILD}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scriptconv
3
- Version: 0.0.3a23
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