cjm-transcript-segment-align 0.0.35__tar.gz → 0.0.37__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.
- {cjm_transcript_segment_align-0.0.35/cjm_transcript_segment_align.egg-info → cjm_transcript_segment_align-0.0.37}/PKG-INFO +17 -17
- cjm_transcript_segment_align-0.0.37/cjm_transcript_segment_align/__init__.py +1 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/step_renderer.py +21 -15
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37/cjm_transcript_segment_align.egg-info}/PKG-INFO +17 -17
- cjm_transcript_segment_align-0.0.37/cjm_transcript_segment_align.egg-info/requires.txt +10 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/pyproject.toml +1 -1
- cjm_transcript_segment_align-0.0.35/cjm_transcript_segment_align/__init__.py +0 -1
- cjm_transcript_segment_align-0.0.35/cjm_transcript_segment_align.egg-info/requires.txt +0 -10
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/LICENSE +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/MANIFEST.in +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/README.md +9 -9
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/_modidx.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/__init__.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/handlers.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/helpers.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/keyboard_config.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/sync_controls.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/components/toolbar_state.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/html_ids.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/models.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/routes/__init__.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/routes/chrome.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/routes/forced_alignment.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/routes/init.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/services/__init__.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align/services/forced_alignment.py +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align.egg-info/SOURCES.txt +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align.egg-info/dependency_links.txt +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align.egg-info/entry_points.txt +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/cjm_transcript_segment_align.egg-info/top_level.txt +0 -0
- {cjm_transcript_segment_align-0.0.35 → cjm_transcript_segment_align-0.0.37}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-segment-align
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.37
|
|
4
4
|
Summary: FastHTML dual-column text segmentation & VAD alignment UI for transcript decomposition workflows with forced alignment-based text splitting for aligning text segments with VAD chunks.
|
|
5
5
|
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -16,15 +16,15 @@ Requires-Python: >=3.12
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: python-fasthtml
|
|
19
|
-
Requires-Dist: cjm-fasthtml-app-core>=0.0.
|
|
19
|
+
Requires-Dist: cjm-fasthtml-app-core>=0.0.21
|
|
20
20
|
Requires-Dist: cjm-plugin-system>=0.0.30
|
|
21
21
|
Requires-Dist: cjm_transcription_plugin_system>=0.0.15
|
|
22
|
-
Requires-Dist: cjm_transcript_segmentation>=0.0.
|
|
23
|
-
Requires-Dist: cjm_transcript_vad_align>=0.0.
|
|
24
|
-
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.
|
|
25
|
-
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.
|
|
26
|
-
Requires-Dist: cjm_fasthtml_web_audio>=0.0.
|
|
27
|
-
Requires-Dist: cjm_fasthtml_design_system>=0.0.
|
|
22
|
+
Requires-Dist: cjm_transcript_segmentation>=0.0.27
|
|
23
|
+
Requires-Dist: cjm_transcript_vad_align>=0.0.32
|
|
24
|
+
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.27
|
|
25
|
+
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.16
|
|
26
|
+
Requires-Dist: cjm_fasthtml_web_audio>=0.0.16
|
|
27
|
+
Requires-Dist: cjm_fasthtml_design_system>=0.0.13
|
|
28
28
|
Dynamic: license-file
|
|
29
29
|
|
|
30
30
|
# cjm-transcript-segment-align
|
|
@@ -76,19 +76,19 @@ graph LR
|
|
|
76
76
|
routes_init[routes.init<br/>routes/init]
|
|
77
77
|
services_forced_alignment[services.forced_alignment<br/>forced_alignment]
|
|
78
78
|
|
|
79
|
+
components_handlers --> services_forced_alignment
|
|
79
80
|
components_handlers --> components_step_renderer
|
|
80
81
|
components_handlers --> components_keyboard_config
|
|
81
|
-
components_handlers --> services_forced_alignment
|
|
82
82
|
components_handlers --> components_sync_controls
|
|
83
83
|
components_handlers --> html_ids
|
|
84
84
|
components_handlers --> routes_forced_alignment
|
|
85
|
-
components_keyboard_config --> components_sync_controls
|
|
86
85
|
components_keyboard_config --> html_ids
|
|
87
|
-
|
|
86
|
+
components_keyboard_config --> components_sync_controls
|
|
88
87
|
components_step_renderer --> components_helpers
|
|
89
|
-
components_step_renderer --> components_toolbar_state
|
|
90
88
|
components_step_renderer --> components_sync_controls
|
|
91
89
|
components_step_renderer --> html_ids
|
|
90
|
+
components_step_renderer --> components_keyboard_config
|
|
91
|
+
components_step_renderer --> components_toolbar_state
|
|
92
92
|
components_toolbar_state --> components_sync_controls
|
|
93
93
|
routes_chrome --> components_step_renderer
|
|
94
94
|
routes_chrome --> components_handlers
|
|
@@ -97,15 +97,15 @@ graph LR
|
|
|
97
97
|
routes_forced_alignment --> components_step_renderer
|
|
98
98
|
routes_forced_alignment --> components_sync_controls
|
|
99
99
|
routes_forced_alignment --> html_ids
|
|
100
|
-
routes_init --> components_keyboard_config
|
|
101
|
-
routes_init --> components_step_renderer
|
|
102
100
|
routes_init --> components_handlers
|
|
103
|
-
routes_init --> routes_forced_alignment
|
|
104
|
-
routes_init --> components_sync_controls
|
|
105
101
|
routes_init --> html_ids
|
|
102
|
+
routes_init --> components_step_renderer
|
|
103
|
+
routes_init --> services_forced_alignment
|
|
106
104
|
routes_init --> models
|
|
107
105
|
routes_init --> routes_chrome
|
|
108
|
-
routes_init -->
|
|
106
|
+
routes_init --> components_keyboard_config
|
|
107
|
+
routes_init --> components_sync_controls
|
|
108
|
+
routes_init --> routes_forced_alignment
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
*30 cross-module dependencies detected*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.37"
|
|
@@ -10,7 +10,10 @@ __all__ = ['DEBUG_COMBINED_RENDER', 'render_seg_mini_stats_badge', 'render_align
|
|
|
10
10
|
# %% ../../nbs/components/step_renderer.ipynb #c3d4e5f6
|
|
11
11
|
from typing import Any, List
|
|
12
12
|
|
|
13
|
-
from fasthtml.common import Div,
|
|
13
|
+
from fasthtml.common import Div, P, Span, Input, Button, Script
|
|
14
|
+
|
|
15
|
+
# App-core layout primitives
|
|
16
|
+
from cjm_fasthtml_app_core.components.step_header_band import render_step_header_band
|
|
14
17
|
|
|
15
18
|
# DaisyUI components
|
|
16
19
|
from cjm_fasthtml_daisyui.components.data_display.badge import badge, badge_styles, badge_sizes
|
|
@@ -44,9 +47,13 @@ from cjm_fasthtml_card_stack.core.constants import DEFAULT_VISIBLE_COUNT, DEFAUL
|
|
|
44
47
|
from cjm_fasthtml_web_audio.models import WebAudioConfig
|
|
45
48
|
from cjm_fasthtml_web_audio.components import render_initial_speed_sync
|
|
46
49
|
|
|
47
|
-
# Design system recipes
|
|
50
|
+
# Design system recipes
|
|
51
|
+
# — panels: V10 panel variants (structural_container for column elevation)
|
|
52
|
+
# — chrome: V10 column-chrome variants (column_header / column_footer bands)
|
|
53
|
+
# — step_header_band: V2 step header band anatomy (trailing slot for multi-trigger groups)
|
|
48
54
|
from cjm_fasthtml_design_system.panels import panels
|
|
49
55
|
from cjm_fasthtml_design_system.chrome import chrome
|
|
56
|
+
from cjm_fasthtml_design_system.step_chrome import step_header_band
|
|
50
57
|
|
|
51
58
|
# Local imports
|
|
52
59
|
# HTML IDs (page-specific)
|
|
@@ -652,22 +659,21 @@ def render_combined_step(
|
|
|
652
659
|
columns_children.append(jm_overlay_el)
|
|
653
660
|
|
|
654
661
|
return Div(
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
Div(
|
|
662
|
+
# V2 step header band — zone-aware multi-trigger pattern.
|
|
663
|
+
# The trailing slot wraps the OOB-swappable settings trigger Div
|
|
664
|
+
# (CombinedHtmlIds.SHARED_SETTINGS_TRIGGER) + the static hints trigger.
|
|
665
|
+
# On zone change, the chrome-switch handler OOB-swaps the inner contents
|
|
666
|
+
# of SHARED_SETTINGS_TRIGGER to retarget the active column's modal_id —
|
|
667
|
+
# V2's trailing slot accepts the wrapping Div as-is without knowing
|
|
668
|
+
# about OOB semantics.
|
|
669
|
+
render_step_header_band(
|
|
670
|
+
title="Segment & Align",
|
|
671
|
+
subtitle="Decompose text into segments and align with audio timestamps.",
|
|
672
|
+
trailing=Div(
|
|
666
673
|
settings_trigger_el,
|
|
667
674
|
hints_trigger,
|
|
668
|
-
cls=
|
|
675
|
+
cls=step_header_band.trailing,
|
|
669
676
|
),
|
|
670
|
-
cls=combine_classes(flex_display, items.start, justify.between),
|
|
671
677
|
),
|
|
672
678
|
toolbar,
|
|
673
679
|
Div(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cjm-transcript-segment-align
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.37
|
|
4
4
|
Summary: FastHTML dual-column text segmentation & VAD alignment UI for transcript decomposition workflows with forced alignment-based text splitting for aligning text segments with VAD chunks.
|
|
5
5
|
Author-email: "Christian J. Mills" <9126128+cj-mills@users.noreply.github.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -16,15 +16,15 @@ Requires-Python: >=3.12
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: python-fasthtml
|
|
19
|
-
Requires-Dist: cjm-fasthtml-app-core>=0.0.
|
|
19
|
+
Requires-Dist: cjm-fasthtml-app-core>=0.0.21
|
|
20
20
|
Requires-Dist: cjm-plugin-system>=0.0.30
|
|
21
21
|
Requires-Dist: cjm_transcription_plugin_system>=0.0.15
|
|
22
|
-
Requires-Dist: cjm_transcript_segmentation>=0.0.
|
|
23
|
-
Requires-Dist: cjm_transcript_vad_align>=0.0.
|
|
24
|
-
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.
|
|
25
|
-
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.
|
|
26
|
-
Requires-Dist: cjm_fasthtml_web_audio>=0.0.
|
|
27
|
-
Requires-Dist: cjm_fasthtml_design_system>=0.0.
|
|
22
|
+
Requires-Dist: cjm_transcript_segmentation>=0.0.27
|
|
23
|
+
Requires-Dist: cjm_transcript_vad_align>=0.0.32
|
|
24
|
+
Requires-Dist: cjm_fasthtml_keyboard_navigation>=0.0.27
|
|
25
|
+
Requires-Dist: cjm_fasthtml_job_monitor>=0.0.16
|
|
26
|
+
Requires-Dist: cjm_fasthtml_web_audio>=0.0.16
|
|
27
|
+
Requires-Dist: cjm_fasthtml_design_system>=0.0.13
|
|
28
28
|
Dynamic: license-file
|
|
29
29
|
|
|
30
30
|
# cjm-transcript-segment-align
|
|
@@ -76,19 +76,19 @@ graph LR
|
|
|
76
76
|
routes_init[routes.init<br/>routes/init]
|
|
77
77
|
services_forced_alignment[services.forced_alignment<br/>forced_alignment]
|
|
78
78
|
|
|
79
|
+
components_handlers --> services_forced_alignment
|
|
79
80
|
components_handlers --> components_step_renderer
|
|
80
81
|
components_handlers --> components_keyboard_config
|
|
81
|
-
components_handlers --> services_forced_alignment
|
|
82
82
|
components_handlers --> components_sync_controls
|
|
83
83
|
components_handlers --> html_ids
|
|
84
84
|
components_handlers --> routes_forced_alignment
|
|
85
|
-
components_keyboard_config --> components_sync_controls
|
|
86
85
|
components_keyboard_config --> html_ids
|
|
87
|
-
|
|
86
|
+
components_keyboard_config --> components_sync_controls
|
|
88
87
|
components_step_renderer --> components_helpers
|
|
89
|
-
components_step_renderer --> components_toolbar_state
|
|
90
88
|
components_step_renderer --> components_sync_controls
|
|
91
89
|
components_step_renderer --> html_ids
|
|
90
|
+
components_step_renderer --> components_keyboard_config
|
|
91
|
+
components_step_renderer --> components_toolbar_state
|
|
92
92
|
components_toolbar_state --> components_sync_controls
|
|
93
93
|
routes_chrome --> components_step_renderer
|
|
94
94
|
routes_chrome --> components_handlers
|
|
@@ -97,15 +97,15 @@ graph LR
|
|
|
97
97
|
routes_forced_alignment --> components_step_renderer
|
|
98
98
|
routes_forced_alignment --> components_sync_controls
|
|
99
99
|
routes_forced_alignment --> html_ids
|
|
100
|
-
routes_init --> components_keyboard_config
|
|
101
|
-
routes_init --> components_step_renderer
|
|
102
100
|
routes_init --> components_handlers
|
|
103
|
-
routes_init --> routes_forced_alignment
|
|
104
|
-
routes_init --> components_sync_controls
|
|
105
101
|
routes_init --> html_ids
|
|
102
|
+
routes_init --> components_step_renderer
|
|
103
|
+
routes_init --> services_forced_alignment
|
|
106
104
|
routes_init --> models
|
|
107
105
|
routes_init --> routes_chrome
|
|
108
|
-
routes_init -->
|
|
106
|
+
routes_init --> components_keyboard_config
|
|
107
|
+
routes_init --> components_sync_controls
|
|
108
|
+
routes_init --> routes_forced_alignment
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
*30 cross-module dependencies detected*
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
python-fasthtml
|
|
2
|
+
cjm-fasthtml-app-core>=0.0.21
|
|
3
|
+
cjm-plugin-system>=0.0.30
|
|
4
|
+
cjm_transcription_plugin_system>=0.0.15
|
|
5
|
+
cjm_transcript_segmentation>=0.0.27
|
|
6
|
+
cjm_transcript_vad_align>=0.0.32
|
|
7
|
+
cjm_fasthtml_keyboard_navigation>=0.0.27
|
|
8
|
+
cjm_fasthtml_job_monitor>=0.0.16
|
|
9
|
+
cjm_fasthtml_web_audio>=0.0.16
|
|
10
|
+
cjm_fasthtml_design_system>=0.0.13
|
|
@@ -12,7 +12,7 @@ license = {text = "Apache-2.0"}
|
|
|
12
12
|
authors = [{name = "Christian J. Mills", email = "9126128+cj-mills@users.noreply.github.com"}]
|
|
13
13
|
keywords = ['nbdev', 'jupyter', 'notebook', 'python']
|
|
14
14
|
classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"]
|
|
15
|
-
dependencies = ['python-fasthtml', 'cjm-fasthtml-app-core>=0.0.
|
|
15
|
+
dependencies = ['python-fasthtml', 'cjm-fasthtml-app-core>=0.0.21', 'cjm-plugin-system>=0.0.30', 'cjm_transcription_plugin_system>=0.0.15', 'cjm_transcript_segmentation>=0.0.27', 'cjm_transcript_vad_align>=0.0.32', 'cjm_fasthtml_keyboard_navigation>=0.0.27', 'cjm_fasthtml_job_monitor>=0.0.16', 'cjm_fasthtml_web_audio>=0.0.16', 'cjm_fasthtml_design_system>=0.0.13']
|
|
16
16
|
|
|
17
17
|
[project.urls]
|
|
18
18
|
Repository = "https://github.com/cj-mills/cjm-transcript-segment-align"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.0.35"
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
python-fasthtml
|
|
2
|
-
cjm-fasthtml-app-core>=0.0.20
|
|
3
|
-
cjm-plugin-system>=0.0.30
|
|
4
|
-
cjm_transcription_plugin_system>=0.0.15
|
|
5
|
-
cjm_transcript_segmentation>=0.0.26
|
|
6
|
-
cjm_transcript_vad_align>=0.0.31
|
|
7
|
-
cjm_fasthtml_keyboard_navigation>=0.0.26
|
|
8
|
-
cjm_fasthtml_job_monitor>=0.0.15
|
|
9
|
-
cjm_fasthtml_web_audio>=0.0.15
|
|
10
|
-
cjm_fasthtml_design_system>=0.0.12
|
|
File without changes
|
|
File without changes
|
|
@@ -47,19 +47,19 @@ graph LR
|
|
|
47
47
|
routes_init[routes.init<br/>routes/init]
|
|
48
48
|
services_forced_alignment[services.forced_alignment<br/>forced_alignment]
|
|
49
49
|
|
|
50
|
+
components_handlers --> services_forced_alignment
|
|
50
51
|
components_handlers --> components_step_renderer
|
|
51
52
|
components_handlers --> components_keyboard_config
|
|
52
|
-
components_handlers --> services_forced_alignment
|
|
53
53
|
components_handlers --> components_sync_controls
|
|
54
54
|
components_handlers --> html_ids
|
|
55
55
|
components_handlers --> routes_forced_alignment
|
|
56
|
-
components_keyboard_config --> components_sync_controls
|
|
57
56
|
components_keyboard_config --> html_ids
|
|
58
|
-
|
|
57
|
+
components_keyboard_config --> components_sync_controls
|
|
59
58
|
components_step_renderer --> components_helpers
|
|
60
|
-
components_step_renderer --> components_toolbar_state
|
|
61
59
|
components_step_renderer --> components_sync_controls
|
|
62
60
|
components_step_renderer --> html_ids
|
|
61
|
+
components_step_renderer --> components_keyboard_config
|
|
62
|
+
components_step_renderer --> components_toolbar_state
|
|
63
63
|
components_toolbar_state --> components_sync_controls
|
|
64
64
|
routes_chrome --> components_step_renderer
|
|
65
65
|
routes_chrome --> components_handlers
|
|
@@ -68,15 +68,15 @@ graph LR
|
|
|
68
68
|
routes_forced_alignment --> components_step_renderer
|
|
69
69
|
routes_forced_alignment --> components_sync_controls
|
|
70
70
|
routes_forced_alignment --> html_ids
|
|
71
|
-
routes_init --> components_keyboard_config
|
|
72
|
-
routes_init --> components_step_renderer
|
|
73
71
|
routes_init --> components_handlers
|
|
74
|
-
routes_init --> routes_forced_alignment
|
|
75
|
-
routes_init --> components_sync_controls
|
|
76
72
|
routes_init --> html_ids
|
|
73
|
+
routes_init --> components_step_renderer
|
|
74
|
+
routes_init --> services_forced_alignment
|
|
77
75
|
routes_init --> models
|
|
78
76
|
routes_init --> routes_chrome
|
|
79
|
-
routes_init -->
|
|
77
|
+
routes_init --> components_keyboard_config
|
|
78
|
+
routes_init --> components_sync_controls
|
|
79
|
+
routes_init --> routes_forced_alignment
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
*30 cross-module dependencies detected*
|
|
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
|