[READ-ONLY] Mirror of https://github.com/mrgnw/python-scripts.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+2 -2
+2 -2
README.md
··· 7 7 A simple priority queue, which is used in the huffman encoder. 8 8 9 9 ### dictionaryMaker 10 - .Creates a dictionary of terms. Terms can be added from a single file, all files with a certain extension in the folder, or all files in the folder. 11 - .Terms can also be added manually. 10 + * Creates a dictionary of terms. Terms can be added from a single file, all files with a certain extension in the folder, or all files in the folder. 11 + * Terms can also be added manually. 12 12