This repository has been archived on 2024-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
thesis/include/flowcharts/flow_postprocessing.mmd
T
2024-02-16 12:32:21 +01:00

9 lines
234 B
Plaintext

flowchart LR
subgraph Post[Nachbearbeitung]
direction LR
Post1[Confidence-Filter] --> Post2
Post2[Normalisieren] --> Post3
Post3[Duplikatentfernung] --> Post4
Post4[RegEx-Filterung]
end