From a9d700b20ef8addede293467bc64e6c59ffa23eb Mon Sep 17 00:00:00 2001 From: Jupp Kerschbaum Date: Mon, 16 Jun 2025 13:17:21 +0200 Subject: [PATCH] Code restrukturiert: Skripte nach code/text/ verschoben --- .DS_Store | Bin 12292 -> 14340 bytes .idea/sqldialects.xml | 6 ------ cutClips.py => code/text/cutClips.py | 0 rateCluster.py => code/text/rateCluster.py | 0 .../text/segment_transcript.py | 0 .../text/transcription.py | 0 6 files changed, 6 deletions(-) delete mode 100644 .idea/sqldialects.xml rename cutClips.py => code/text/cutClips.py (100%) rename rateCluster.py => code/text/rateCluster.py (100%) rename segment_transcript.py => code/text/segment_transcript.py (100%) rename transcription.py => code/text/transcription.py (100%) diff --git a/.DS_Store b/.DS_Store index d4fa41d35dab6539bea9946f37fc9e1fac2bb8a7..e90ef1981b3e8f542eca46df48995e2ea6c7fd7c 100644 GIT binary patch delta 637 zcmbVKF;Bu!5WWW(N@x(pMg-A^XfUQo8ynHYMTNn^MdEHO1cpLUgNre0LKscR?QZ@6 z)5Q^WU~rX07j`H42YR3o7(& z^3~legd%UM4$#R*2C~D=m`-+fby%jVdgldM?y)sFAJ zvap(1m${~?_$CGMYGNLr7ViAEM-uK2eQkF-IKvt=58XL6LIMiKO-pKU;MSP!!;YhJ i%+)!pP6@an21VQV-?7#O@^TGd!jslRB+35eBKigT;hYr! delta 634 zcmbVK-AV#s5S?|`GIp)qa-+m>2}vO}x0JlFo1%-JqVfk3{QsfCiwvZzB9^&Nq9>5; zs<)65qN`pYq9?HVWR*Z6=!2O#duGpJzMXBC+b0?TaQlt44iF&dpkP&&h^7ZkG_)-> zL<~NpYj+z3-<-WH8bvU4Q4$4r2Fy)J*d?}U8my*n~+v8`< zS%>N{*OVZ4IS*AhB}HbaX^?{9>ZA_9mL+|7Fg%G4VU^y_Ko$y=i=;cIU~Wa?Q-s(A z^{Gz%k&`eOBs%8#;x)G?PgUojM1B*uplO)L{b(B0U2eScEzOM?Q+K_K#z%o$MM>-L ziZsz5U&gxO*n#{teDJAeYyFMqp0T1-BzLo^>#?1n7LRS?r{dvm@O#6{-J;@u!aJX2 zOLXwX|7zeeI^|6iRtg@nu~X0qh?EY0ueICz;&CAw3bHm^VT%Degl$$8tjc~0#z!z8 OHJo*}d~2uw9qk7~Nu)La diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index 13a3cc0..0000000 --- a/.idea/sqldialects.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/cutClips.py b/code/text/cutClips.py similarity index 100% rename from cutClips.py rename to code/text/cutClips.py diff --git a/rateCluster.py b/code/text/rateCluster.py similarity index 100% rename from rateCluster.py rename to code/text/rateCluster.py diff --git a/segment_transcript.py b/code/text/segment_transcript.py similarity index 100% rename from segment_transcript.py rename to code/text/segment_transcript.py diff --git a/transcription.py b/code/text/transcription.py similarity index 100% rename from transcription.py rename to code/text/transcription.py