💻

COMP6714

🎓Course website

🐑webcms

📽️BBColab

💬EDED

🎞️Recording

Assignment

Use the positional index to implement the following features:
Support " ", space, +n, /n, +s, /s, & Order matters
Case insensitive
Ignore full stops for abbreviation
Ignore tense
$ python3 index.py ~/Desktop/MyDataFolder ./MyTestIndex Total number of documents: 672 Total number of tokens: 638321 Total number of terms: 13297 \n
$ python3 search.py [folder-of-indexes]