Skip to content

Making index list of a text file

Latest
Compare
Choose a tag to compare
@Hiepnh1211 Hiepnh1211 released this 10 Dec 13:39
· 3 commits to main since this release
fb7e538
  • 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
  • Thanks