batchalign 0.7.9.post1__tar.gz → 0.7.9.post3__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 (112) hide show
  1. {batchalign-0.7.9.post1/batchalign.egg-info → batchalign-0.7.9.post3}/PKG-INFO +13 -4
  2. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/README.md +12 -3
  3. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/chat/generator.py +2 -2
  4. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/chat/utils.py +1 -1
  5. batchalign-0.7.9.post3/batchalign/version +3 -0
  6. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3/batchalign.egg-info}/PKG-INFO +13 -4
  7. batchalign-0.7.9.post1/batchalign/version +0 -3
  8. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/LICENSE +0 -0
  9. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/MANIFEST.in +0 -0
  10. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/__init__.py +0 -0
  11. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/__main__.py +0 -0
  12. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/cli/__init__.py +0 -0
  13. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/cli/cli.py +0 -0
  14. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/cli/dispatch.py +0 -0
  15. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/constants.py +0 -0
  16. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/document.py +0 -0
  17. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/errors.py +0 -0
  18. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/__init__.py +0 -0
  19. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/base.py +0 -0
  20. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/chat/__init__.py +0 -0
  21. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/chat/file.py +0 -0
  22. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/chat/lexer.py +0 -0
  23. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/chat/parser.py +0 -0
  24. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/textgrid/__init__.py +0 -0
  25. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/textgrid/file.py +0 -0
  26. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/textgrid/generator.py +0 -0
  27. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/formats/textgrid/parser.py +0 -0
  28. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/__init__.py +0 -0
  29. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/resolve.py +0 -0
  30. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/speaker/__init__.py +0 -0
  31. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/speaker/config.yaml +0 -0
  32. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/speaker/infer.py +0 -0
  33. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/speaker/utils.py +0 -0
  34. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/training/__init__.py +0 -0
  35. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/training/run.py +0 -0
  36. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/training/utils.py +0 -0
  37. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utils.py +0 -0
  38. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utterance/__init__.py +0 -0
  39. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utterance/dataset.py +0 -0
  40. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utterance/execute.py +0 -0
  41. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utterance/infer.py +0 -0
  42. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utterance/prep.py +0 -0
  43. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/utterance/train.py +0 -0
  44. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/whisper/__init__.py +0 -0
  45. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/whisper/infer_asr.py +0 -0
  46. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/models/whisper/infer_fa.py +0 -0
  47. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/__init__.py +0 -0
  48. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/analysis/__init__.py +0 -0
  49. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/analysis/eval.py +0 -0
  50. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/asr/__init__.py +0 -0
  51. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/asr/rev.py +0 -0
  52. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/asr/utils.py +0 -0
  53. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/asr/whisper.py +0 -0
  54. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/asr/whisperx.py +0 -0
  55. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/base.py +0 -0
  56. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/__init__.py +0 -0
  57. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/cleanup.py +0 -0
  58. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
  59. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/parse_support.py +0 -0
  60. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/retrace.py +0 -0
  61. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
  62. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
  63. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/cleanup/support/test.test +0 -0
  64. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/dispatch.py +0 -0
  65. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/fa/__init__.py +0 -0
  66. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/fa/whisper_fa.py +0 -0
  67. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
  68. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/coref.py +0 -0
  69. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
  70. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
  71. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
  72. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
  73. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
  74. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/morphosyntax/ud.py +0 -0
  75. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/pipeline.py +0 -0
  76. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/speaker/__init__.py +0 -0
  77. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
  78. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/utr/__init__.py +0 -0
  79. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/utr/rev_utr.py +0 -0
  80. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/utr/utils.py +0 -0
  81. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/utr/whisper_utr.py +0 -0
  82. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/utterance/__init__.py +0 -0
  83. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
  84. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/__init__.py +0 -0
  85. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/conftest.py +0 -0
  86. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
  87. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
  88. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
  89. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
  90. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
  91. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
  92. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
  93. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
  94. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
  95. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
  96. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
  97. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
  98. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/fixures.py +0 -0
  99. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/test_pipeline.py +0 -0
  100. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
  101. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/tests/test_document.py +0 -0
  102. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/utils/__init__.py +0 -0
  103. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/utils/config.py +0 -0
  104. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/utils/dp.py +0 -0
  105. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign/utils/utils.py +0 -0
  106. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign.egg-info/SOURCES.txt +0 -0
  107. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign.egg-info/dependency_links.txt +0 -0
  108. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign.egg-info/entry_points.txt +0 -0
  109. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign.egg-info/requires.txt +0 -0
  110. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/batchalign.egg-info/top_level.txt +0 -0
  111. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/setup.cfg +0 -0
  112. {batchalign-0.7.9.post1 → batchalign-0.7.9.post3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: batchalign
3
- Version: 0.7.9.post1
3
+ Version: 0.7.9.post3
4
4
  Summary: Python Speech Language Sample Analysis
5
5
  Author: Brian MacWhinney, Houjun Liu
6
6
  Author-email: macw@cmu.edu, houjun@cmu.edu
@@ -55,7 +55,8 @@ The following instructions provide a quick start to installing Batchalign. For m
55
55
  - To install Python, follow the instructions...
56
56
  - for macOS
57
57
  1. Install Brew: [visit this link](https://brew.sh/)
58
- 2. Install Python: execute `brew install python@3.11`
58
+ 2. Install Python and Pipx: execute `brew install python@3.11 pipx`
59
+ 3. Copy the pipx path to yours: execute `pipx ensurepath`
59
60
  - for Windows
60
61
  1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
61
62
  2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows)
@@ -66,13 +67,21 @@ For first-time users of Python, note that if you didn't install Python 3.11 (as
66
67
  ### Install and Update the Package
67
68
  You can get Batchalign from PyPi, and you can update the package in the same way:
68
69
 
69
- macOS/Linux:
70
+ #### macOS
71
+
72
+ Since Batchalign is a command line program, we recommend using `pipx`, the newly standard environment-based Python program installer, on macOS:
73
+
74
+ ```
75
+ pipx install batchalign --python $(brew --prefix)/bin/python3.11
76
+ ```
77
+
78
+ #### Linux
70
79
 
71
80
  ```
72
81
  pip install -U batchalign
73
82
  ```
74
83
 
75
- Windows:
84
+ #### Windows
76
85
 
77
86
  ```
78
87
  py -m pip install -U batchalign
@@ -16,7 +16,8 @@ The following instructions provide a quick start to installing Batchalign. For m
16
16
  - To install Python, follow the instructions...
17
17
  - for macOS
18
18
  1. Install Brew: [visit this link](https://brew.sh/)
19
- 2. Install Python: execute `brew install python@3.11`
19
+ 2. Install Python and Pipx: execute `brew install python@3.11 pipx`
20
+ 3. Copy the pipx path to yours: execute `pipx ensurepath`
20
21
  - for Windows
21
22
  1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
22
23
  2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows)
@@ -27,13 +28,21 @@ For first-time users of Python, note that if you didn't install Python 3.11 (as
27
28
  ### Install and Update the Package
28
29
  You can get Batchalign from PyPi, and you can update the package in the same way:
29
30
 
30
- macOS/Linux:
31
+ #### macOS
32
+
33
+ Since Batchalign is a command line program, we recommend using `pipx`, the newly standard environment-based Python program installer, on macOS:
34
+
35
+ ```
36
+ pipx install batchalign --python $(brew --prefix)/bin/python3.11
37
+ ```
38
+
39
+ #### Linux
31
40
 
32
41
  ```
33
42
  pip install -U batchalign
34
43
  ```
35
44
 
36
- Windows:
45
+ #### Windows
37
46
 
38
47
  ```
39
48
  py -m pip install -U batchalign
@@ -41,9 +41,9 @@ def generate_chat_utterance(utterance: Utterance, special_mor=False, write_wor=T
41
41
  gras.append(i.dependency)
42
42
  if i.time:
43
43
  has_wor = True
44
- wor_elems.append(re.sub(r"@\w+", "", f"{i.text} \x15{str(i.time[0])}_{str(i.time[1])}\x15"))
44
+ wor_elems.append(re.sub(r"@(\w)(\w\w\w)", r"@\1:\2", f"{i.text} \x15{str(i.time[0])}_{str(i.time[1])}\x15"))
45
45
  else:
46
- wor_elems.append(re.sub(r"@\w+", "", i.text))
46
+ wor_elems.append(re.sub(r"@(\w)(\w\w\w)", r"@\1:\2", i.text))
47
47
 
48
48
  if i.coreference:
49
49
  has_coref = True
@@ -140,7 +140,7 @@ def annotation_clean(content, special=False):
140
140
  cleaned_word = cleaned_word.replace("‡","").replace("ạ","")
141
141
  cleaned_word = cleaned_word.replace("ʰ","").replace("ā","")
142
142
  cleaned_word = cleaned_word.replace("ʔ","").replace("ʕ","")
143
- cleaned_word = cleaned_word.replace("š","").replace("ˈ","")
143
+ cleaned_word = cleaned_word.replace("ˈ","")
144
144
  cleaned_word = cleaned_word.replace("ˌ","").replace("‹","")
145
145
  cleaned_word = cleaned_word.replace("›","").replace("〔","")
146
146
  cleaned_word = cleaned_word.replace("~","").replace("&~","")
@@ -0,0 +1,3 @@
1
+ 0.7.9.post.3
2
+ Janurary 14th, 2025
3
+ fix croatian
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: batchalign
3
- Version: 0.7.9.post1
3
+ Version: 0.7.9.post3
4
4
  Summary: Python Speech Language Sample Analysis
5
5
  Author: Brian MacWhinney, Houjun Liu
6
6
  Author-email: macw@cmu.edu, houjun@cmu.edu
@@ -55,7 +55,8 @@ The following instructions provide a quick start to installing Batchalign. For m
55
55
  - To install Python, follow the instructions...
56
56
  - for macOS
57
57
  1. Install Brew: [visit this link](https://brew.sh/)
58
- 2. Install Python: execute `brew install python@3.11`
58
+ 2. Install Python and Pipx: execute `brew install python@3.11 pipx`
59
+ 3. Copy the pipx path to yours: execute `pipx ensurepath`
59
60
  - for Windows
60
61
  1. Install Python 3.11: [via this link](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe)
61
62
  2. If later commands report `pip module not found`, [this page may help](https://github.com/TalkBank/batchalign2/wiki/Troubleshooting-Tips#get-pip-on-windows)
@@ -66,13 +67,21 @@ For first-time users of Python, note that if you didn't install Python 3.11 (as
66
67
  ### Install and Update the Package
67
68
  You can get Batchalign from PyPi, and you can update the package in the same way:
68
69
 
69
- macOS/Linux:
70
+ #### macOS
71
+
72
+ Since Batchalign is a command line program, we recommend using `pipx`, the newly standard environment-based Python program installer, on macOS:
73
+
74
+ ```
75
+ pipx install batchalign --python $(brew --prefix)/bin/python3.11
76
+ ```
77
+
78
+ #### Linux
70
79
 
71
80
  ```
72
81
  pip install -U batchalign
73
82
  ```
74
83
 
75
- Windows:
84
+ #### Windows
76
85
 
77
86
  ```
78
87
  py -m pip install -U batchalign
@@ -1,3 +0,0 @@
1
- 0.7.9.post.1
2
- Janurary 11th, 2025
3
- minor .lower() extension patch