9 lines
414 B
Text
9 lines
414 B
Text
[x] Refactor website table to generic document table (maybe using URN instead of URL?)
|
|
[x] Define tokens table FKed to document table
|
|
[x] Refactor index.py to tokenize input into tokens table
|
|
[x] Define N-Grams table
|
|
[x] Add N-Gram generation to index.py
|
|
[x] Add clustered index to document_ngrams table model
|
|
[x] Add clustered index to document_tokens table model
|
|
[ ] Add ddl command to create partition tables
|
|
|