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


Ignore:
Timestamp:
Nov 21, 2023, 11:31:42 AM (5 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/CorpusIndexing

    v9 v10  
    2323(A) plain
    2424
    25 Hint: use grep -C to display context
     25Hint: use `grep -C` to display context.
    2626
    2727(B)
    2828
    2929Corpus is already indexed on Manatee, try:
    30 
     30{{{
    3131time corpquery bnc '[word="test"] [word="case"]'
     32}}}
    3233
    3334(C)
    3435
    35 Use your favourite SQL database, on aurora you can use sqlite3.
     36Use your favourite SQL database, on aurora you can use `sqlite3`.
    3637Hint how to import vertical text:
    3738