Add notes to index.py

This commit is contained in:
rmgr 2023-12-06 08:31:54 +10:30
parent 9fc2e1af53
commit 21961fced6

View file

@ -4,7 +4,7 @@ from pathlib import Path
import argparse
import os
import json
# investigate ngrams for "multi word" matching
ignored_words = ['a', 'the','is']
def build_index():