We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33f8d4 commit 266040aCopy full SHA for 266040a
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# Python
2
script for combining all text, txt file under same directory into one (line by line) with No duplicates.
3
-actually for combining text dictionary for text mining.
+Actually for combining text dictionary for text mining.
4
5
# How to Use
6
python dicMerge.py "Full Path of your directory" "output_file_name.txt"
@@ -9,7 +9,7 @@ e.g. python dicMerge.py /home/users result.txt
9
10
"Full Path of your directory" = /home/Users/combining_folder_name/
11
12
-then all *.txt file are under this combining_folder_name.
+then all *.txt file should under this combining_folder_name.
13
14
"output_file_name.txt" = result.txt
15
0 commit comments