Changes between Version 10 and Version 11 of private/NlpInPracticeCourse/CorpusIndexing
- Timestamp:
- Nov 27, 2024, 9:18:45 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/CorpusIndexing
v10 v11 34 34 (C) 35 35 36 Use your favourite SQL database, on aurora you can use`sqlite3`.36 Use your favourite SQL database, you can use e.g. `sqlite3`. 37 37 Hint how to import vertical text: 38 38 39 39 https://stackoverflow.com/questions/26065872/how-to-import-a-tsv-file-with-sqlite3 40 40 41 (D) bonus task: use SQLite3 with FTS extension and a custom FTS tokenizer to index all attributes (word, lemma, tag). 42 41 43 For (A), (B) and (C), submit the commands you used and how long the search took to evaluate.