You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
An assignment using 3 different data structures to make an index list out of a text file
Index-list consist of:
The word that has meaning
Number of times the word appears
A list of line where the word appears
"Word that has meaning": it will be define through a file(stopW.txt) where all the meaningless words appear, if the word doesn't appear in the file, it will be define as "Word that has meaning"
The description of each data structure I use to make index-list is in Vietnamese. If you want an English description, tell me in the feedback