Skip to content

Commit 266040a

Browse files
author
lessing
committed
Update README.md
1 parent b33f8d4 commit 266040a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python
22
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.
3+
Actually for combining text dictionary for text mining.
44

55
# How to Use
66
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
99

1010
"Full Path of your directory" = /home/Users/combining_folder_name/
1111

12-
then all *.txt file are under this combining_folder_name.
12+
then all *.txt file should under this combining_folder_name.
1313

1414
"output_file_name.txt" = result.txt
1515

0 commit comments

Comments
 (0)