Add todo file

This commit is contained in:
rmgr 2024-03-02 19:58:10 +10:30
parent aed568d11e
commit 8605ee6b2c

6
todo Normal file
View file

@ -0,0 +1,6 @@
[ ] Refactor website table to generic document table (maybe using URN instead of URL?)
[ ] Define tokens table FKed to document table
[ ] Refactor index.py to tokenize input into tokens table
[ ] Define N-Grams table
[ ] Add N-Gram generation to index.py