frequency list of every word in a file with the exception of words from the stop list.
new tasks:
- reorganize parsing
- reorganize everything for UTF-8 encoding of input files
-
reorganize main algorithm (txt parsing should work for trie)
-
main algorithm
-
my own implementation of hash table
-
my own implementation of trie
-
text processing
-
understand the whole org/
- trace *(th.)
- set (th.)
- txt (th.)
- cfg (th.)
- everything works
- hsh.c hsh.h
- everything works
- tri.c tri.h
- everything works
- txt.c txt.h (th.)
- everything works
- reorganize parsing
- bag.c bag.h
- clk.c clk.h
- rnd.c rnd.h
- tri.c tri.h
- hsh.c hsh.h
- trc.c trc.h
- vec.c vec.h
- ___.h
- *th. means that hypothetically it should work