Skip to content

frequency list of each word in a file with the exception of words from the stop list.

Notifications You must be signed in to change notification settings

aaalt/word_freak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word_freak

frequency list of every word in a file with the exception of words from the stop list.

TODO

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/

main algorithm

  • trace *(th.)
  • set (th.)
  • txt (th.)
  • cfg (th.)
  • everything works

hash table

  • hsh.c hsh.h
  • everything works

trie

  • tri.c tri.h
  • everything works

text processing

  • txt.c txt.h (th.)
  • everything works
  • reorganize parsing

understand the whole org/

  • 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

About

frequency list of each word in a file with the exception of words from the stop list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published