%%{init: {'theme': 'base', 'themeVariables': {'fontSize': '22px', 'fontFamily': 'ui-sans-serif, system-ui, sans-serif', 'primaryColor': '#eaf1fb', 'primaryBorderColor': '#003da5', 'primaryTextColor': '#1f2937', 'lineColor': '#003da5'}}}%%
flowchart LR
subgraph top[" "]
direction LR
A["Raw texts"] --> B["Clean & chunk"] --> C["Embed"] --> D["Reduce dims"]
end
subgraph bottom[" "]
direction LR
E["Cluster"] --> F["Topic words"] --> G["Label"] --> H["Results"]
end
D --> E
style top fill:none,stroke:none
style bottom fill:none,stroke:none