There was an error while loading. Please reload this page.
1 parent 8626f99 commit b11d734Copy full SHA for b11d734
orchastration/main.py
@@ -0,0 +1,10 @@
1
+import sys
2
+sys.path.append('../')
3
+
4
+from read import input_and_chunk
5
6
+if (__name__=="__main__"):
7
+ chunks_n = int(input("Enter the number of chunks to split the text data into: "))
8
+ input_and_chunk.input(5)
9
10
0 commit comments