Changes between Version 10 and Version 11 of private/NlpInPracticeCourse/CorpusIndexing


Ignore:
Timestamp:
Nov 27, 2024, 9:18:45 AM (8 months ago)
Author:
Miloš Jakubíček
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/CorpusIndexing

    v10 v11  
    3434(C)
    3535
    36 Use your favourite SQL database, on aurora you can use `sqlite3`.
     36Use your favourite SQL database, you can use e.g. `sqlite3`.
    3737Hint how to import vertical text:
    3838
    3939https://stackoverflow.com/questions/26065872/how-to-import-a-tsv-file-with-sqlite3
    4040
     41(D) bonus task: use SQLite3 with FTS extension and a custom FTS tokenizer to index all attributes (word, lemma, tag).
     42
    4143For (A), (B) and (C), submit the commands you used and how long the search took to evaluate.