BatchalignHK 0.7.19.post7__tar.gz → 0.7.19.post8__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 (125) hide show
  1. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/BatchalignHK.egg-info/PKG-INFO +2 -3
  2. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/BatchalignHK.egg-info/SOURCES.txt +1 -0
  3. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/PKG-INFO +2 -3
  4. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/document.py +6 -0
  5. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/ud.py +1 -0
  6. batchalignhk-0.7.19.post8/batchalign/utils/abbrev.py +182 -0
  7. batchalignhk-0.7.19.post8/batchalign/version +3 -0
  8. batchalignhk-0.7.19.post7/batchalign/version +0 -3
  9. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/BatchalignHK.egg-info/dependency_links.txt +0 -0
  10. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/BatchalignHK.egg-info/entry_points.txt +0 -0
  11. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/BatchalignHK.egg-info/requires.txt +0 -0
  12. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/BatchalignHK.egg-info/top_level.txt +0 -0
  13. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/LICENSE +0 -0
  14. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/MANIFEST.in +0 -0
  15. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/README.md +0 -0
  16. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/__init__.py +0 -0
  17. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/__main__.py +0 -0
  18. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/cli/__init__.py +0 -0
  19. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/cli/cli.py +0 -0
  20. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/cli/dispatch.py +0 -0
  21. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/constants.py +0 -0
  22. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/errors.py +0 -0
  23. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/__init__.py +0 -0
  24. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/base.py +0 -0
  25. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/chat/__init__.py +0 -0
  26. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/chat/file.py +0 -0
  27. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/chat/generator.py +0 -0
  28. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/chat/lexer.py +0 -0
  29. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/chat/parser.py +0 -0
  30. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/chat/utils.py +0 -0
  31. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/textgrid/__init__.py +0 -0
  32. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/textgrid/file.py +0 -0
  33. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/textgrid/generator.py +0 -0
  34. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/formats/textgrid/parser.py +0 -0
  35. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/__init__.py +0 -0
  36. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/resolve.py +0 -0
  37. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/speaker/__init__.py +0 -0
  38. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/speaker/config.yaml +0 -0
  39. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/speaker/infer.py +0 -0
  40. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/speaker/utils.py +0 -0
  41. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/training/__init__.py +0 -0
  42. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/training/run.py +0 -0
  43. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/training/utils.py +0 -0
  44. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utils.py +0 -0
  45. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/__init__.py +0 -0
  46. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/cantonese_infer.py +0 -0
  47. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/dataset.py +0 -0
  48. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/execute.py +0 -0
  49. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/infer.py +0 -0
  50. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/prep.py +0 -0
  51. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/utterance/train.py +0 -0
  52. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/wave2vec/__init__.py +0 -0
  53. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/wave2vec/infer_fa.py +0 -0
  54. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/whisper/__init__.py +0 -0
  55. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/whisper/infer_asr.py +0 -0
  56. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/models/whisper/infer_fa.py +0 -0
  57. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/__init__.py +0 -0
  58. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/analysis/__init__.py +0 -0
  59. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/analysis/eval.py +0 -0
  60. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/__init__.py +0 -0
  61. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/num2chinese.py +0 -0
  62. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/oai_whisper.py +0 -0
  63. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/rev.py +0 -0
  64. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/tencent.py +0 -0
  65. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/utils.py +0 -0
  66. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/whisper.py +0 -0
  67. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/asr/whisperx.py +0 -0
  68. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/base.py +0 -0
  69. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/__init__.py +0 -0
  70. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/cleanup.py +0 -0
  71. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/disfluencies.py +0 -0
  72. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/parse_support.py +0 -0
  73. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/retrace.py +0 -0
  74. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/support/filled_pauses.eng +0 -0
  75. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/support/replacements.eng +0 -0
  76. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/cleanup/support/test.test +0 -0
  77. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/dispatch.py +0 -0
  78. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/fa/__init__.py +0 -0
  79. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/fa/wave2vec_fa.py +0 -0
  80. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/fa/whisper_fa.py +0 -0
  81. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/__init__.py +0 -0
  82. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/coref.py +0 -0
  83. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/en/irr.py +0 -0
  84. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/fr/apm.py +0 -0
  85. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/fr/apmn.py +0 -0
  86. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/fr/case.py +0 -0
  87. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/morphosyntax/ja/verbforms.py +0 -0
  88. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/pipeline.py +0 -0
  89. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/speaker/__init__.py +0 -0
  90. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/speaker/nemo_speaker.py +0 -0
  91. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/translate/__init__.py +0 -0
  92. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/translate/gtrans.py +0 -0
  93. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/translate/seamless.py +0 -0
  94. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/translate/utils.py +0 -0
  95. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/utr/__init__.py +0 -0
  96. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/utr/rev_utr.py +0 -0
  97. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/utr/utils.py +0 -0
  98. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/utr/whisper_utr.py +0 -0
  99. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/utterance/__init__.py +0 -0
  100. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/pipelines/utterance/ud_utterance.py +0 -0
  101. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/__init__.py +0 -0
  102. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/conftest.py +0 -0
  103. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/formats/chat/test_chat_file.py +0 -0
  104. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/formats/chat/test_chat_generator.py +0 -0
  105. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/formats/chat/test_chat_lexer.py +0 -0
  106. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/formats/chat/test_chat_parser.py +0 -0
  107. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/formats/chat/test_chat_utils.py +0 -0
  108. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/formats/textgrid/test_textgrid.py +0 -0
  109. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/analysis/test_eval.py +0 -0
  110. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/asr/test_asr_pipeline.py +0 -0
  111. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/asr/test_asr_utils.py +0 -0
  112. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/cleanup/test_disfluency.py +0 -0
  113. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/cleanup/test_parse_support.py +0 -0
  114. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/fa/test_fa_pipeline.py +0 -0
  115. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/fixures.py +0 -0
  116. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/test_pipeline.py +0 -0
  117. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/pipelines/test_pipeline_models.py +0 -0
  118. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/tests/test_document.py +0 -0
  119. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/utils/__init__.py +0 -0
  120. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/utils/config.py +0 -0
  121. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/utils/dp.py +0 -0
  122. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/utils/names.py +0 -0
  123. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/batchalign/utils/utils.py +0 -0
  124. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/setup.cfg +0 -0
  125. {batchalignhk-0.7.19.post7 → batchalignhk-0.7.19.post8}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.2
2
2
  Name: BatchalignHK
3
- Version: 0.7.19.post7
3
+ Version: 0.7.19.post8
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
@@ -50,7 +50,6 @@ Dynamic: author-email
50
50
  Dynamic: classifier
51
51
  Dynamic: description
52
52
  Dynamic: description-content-type
53
- Dynamic: license-file
54
53
  Dynamic: provides-extra
55
54
  Dynamic: requires-dist
56
55
  Dynamic: summary
@@ -115,6 +115,7 @@ batchalign/tests/pipelines/cleanup/test_disfluency.py
115
115
  batchalign/tests/pipelines/cleanup/test_parse_support.py
116
116
  batchalign/tests/pipelines/fa/test_fa_pipeline.py
117
117
  batchalign/utils/__init__.py
118
+ batchalign/utils/abbrev.py
118
119
  batchalign/utils/config.py
119
120
  batchalign/utils/dp.py
120
121
  batchalign/utils/names.py
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.2
2
2
  Name: BatchalignHK
3
- Version: 0.7.19.post7
3
+ Version: 0.7.19.post8
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
@@ -50,7 +50,6 @@ Dynamic: author-email
50
50
  Dynamic: classifier
51
51
  Dynamic: description
52
52
  Dynamic: description-content-type
53
- Dynamic: license-file
54
53
  Dynamic: provides-extra
55
54
  Dynamic: requires-dist
56
55
  Dynamic: summary
@@ -11,6 +11,7 @@ from pathlib import Path
11
11
 
12
12
  from batchalign.errors import *
13
13
  from batchalign.constants import *
14
+ from batchalign.utils.abbrev import abbrev
14
15
 
15
16
  import re
16
17
 
@@ -223,6 +224,11 @@ class Utterance(BaseModel):
223
224
  t = re.sub(r",", " , ", t.strip()).strip()
224
225
  t = re.sub(r" +", " ", t.strip()).strip()
225
226
  t = t.replace("+ ,", "+,").strip()
227
+
228
+ abbrevs = [" " .join(list(i)) for i in abbrev]
229
+ for i in abbrevs:
230
+ t = t.replace(i, i.replace(" ", ""))
231
+
226
232
  return t
227
233
 
228
234
  def __repr__(self):
@@ -711,6 +711,7 @@ def adlist_postprocessor(i, lang, adlist):
711
711
 
712
712
  ######
713
713
  def morphoanalyze(doc: Document, retokenize:bool, skipmultilang:bool, status_hook:callable = None, **kwargs):
714
+
714
715
  L.debug("Starting Stanza...")
715
716
  inputs = []
716
717
 
@@ -0,0 +1,182 @@
1
+ abbrev = [
2
+ "FBI",
3
+ "CIA",
4
+ "NSA",
5
+ "NATO",
6
+ "UN",
7
+ "WHO",
8
+ "NASA",
9
+ "CDC",
10
+ "IRS",
11
+ "EPA",
12
+ "HTTP",
13
+ "URL",
14
+ "HTML",
15
+ "CSS",
16
+ "API",
17
+ "IP",
18
+ "DNS",
19
+ "SQL",
20
+ "USB",
21
+ "VPN",
22
+ "ATT",
23
+ "AT&T",
24
+ "CEO",
25
+ "CFO",
26
+ "COO",
27
+ "IPO",
28
+ "ROI",
29
+ "GDP",
30
+ "LLC",
31
+ "HR",
32
+ "M&",
33
+ "KPI",
34
+ "GPA",
35
+ "SAT",
36
+ "ACT",
37
+ "MBA",
38
+ "PhD",
39
+ "BA",
40
+ "MA",
41
+ "STEM",
42
+ "ESL",
43
+ "GED",
44
+ "AWOL",
45
+ "MIA",
46
+ "POW",
47
+ "IED",
48
+ "UAV",
49
+ "RPG",
50
+ "NATO",
51
+ "SEAL",
52
+ "JAG",
53
+ "ROTC",
54
+ "CERN",
55
+ "GMO",
56
+ "H2O",
57
+ "CO2",
58
+ "UV",
59
+ "IR",
60
+ "AI",
61
+ "VR",
62
+ "AR",
63
+ "NPR",
64
+ "BBC",
65
+ "MTV",
66
+ "CNN",
67
+ "HBO",
68
+ "ESPN",
69
+ "TMZ",
70
+ "AMC",
71
+ "IMAX",
72
+ "WWE",
73
+ "ASAP",
74
+ "DIY",
75
+ "ETA",
76
+ "RSVP",
77
+ "FYI",
78
+ "LOL",
79
+ "BRB",
80
+ "IDK",
81
+ "BTW",
82
+ "TMI",
83
+ "PBJ",
84
+ "AIDS",
85
+ "HIV",
86
+ "ADHD",
87
+ "COPD",
88
+ "PTSD",
89
+ "CHF",
90
+ "CAD",
91
+ "TB",
92
+ "UTI",
93
+ "GERD",
94
+ "MRI",
95
+ "CT",
96
+ "ECG",
97
+ "EEG",
98
+ "CBC",
99
+ "BMP",
100
+ "ABG",
101
+ "PFT",
102
+ "FOBT",
103
+ "ENT",
104
+ "OB",
105
+ "PCP",
106
+ "ICU",
107
+ "NICU",
108
+ "ER",
109
+ "OR",
110
+ "PT",
111
+ "OT",
112
+ "EM",
113
+ "OTC",
114
+ "NSAID",
115
+ "IV",
116
+ "IM",
117
+ "SC",
118
+ "PRN",
119
+ "BID",
120
+ "TID",
121
+ "QID",
122
+ "NPO",
123
+ "CNS",
124
+ "PNS",
125
+ "GI",
126
+ "GU",
127
+ "CV",
128
+ "MSK",
129
+ "ENT",
130
+ "BMI",
131
+ "BMR",
132
+ "BP",
133
+ "WBC",
134
+ "RBC",
135
+ "HGB",
136
+ "HCT",
137
+ "PLT",
138
+ "ESR",
139
+ "CRP",
140
+ "LFT",
141
+ "TFT",
142
+ "INR",
143
+ "MMR",
144
+ "DPT",
145
+ "HPV",
146
+ "Tdap",
147
+ "BCG",
148
+ "IPV",
149
+ "HBV",
150
+ "HAV",
151
+ "HCV",
152
+ "RSV",
153
+ "SOAP",
154
+ "DNR",
155
+ "AMA",
156
+ "LOS",
157
+ "EHR",
158
+ "EMR",
159
+ "ICD",
160
+ "CPT",
161
+ "HIPAA",
162
+ "HR",
163
+ "RR",
164
+ "SpO2",
165
+ "MAP",
166
+ "GFR",
167
+ "A1C",
168
+ "LDL",
169
+ "HDL",
170
+ "TG",
171
+ "BUN",
172
+ "SIDS",
173
+ "DVT",
174
+ "PE",
175
+ "ARDS",
176
+ "SLE",
177
+ "RA",
178
+ "TIA",
179
+ "CVA",
180
+ "ALS",
181
+ "MS",
182
+ ]
@@ -0,0 +1,3 @@
1
+ 0.7.19-post.8
2
+ May 23th, 2025
3
+ abbreviations
@@ -1,3 +0,0 @@
1
- 0.7.19-post.7
2
- May 20th, 2025
3
- fixes for ASR