Changes between Version 3 and Version 4 of private/NlpInPracticeCourse/CorpusIndexing


Ignore:
Timestamp:
Nov 27, 2017, 11:36:34 AM (6 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/CorpusIndexing

    v3 v4  
    1515== Practical Session ==
    1616
    17  1. login to aurora
     17 1. (optionally) login to aurora
    1818 1. write a program or script that will find all occurrences of a given word form including a small context (at least 5 preceding and succeeding words) in the [[htdocs:bigdata/bnc.vert.xz|vertical file]]
    19  1. the script will take two arguments: path to the vertical file and word to be searched
     19 1. the script will take two arguments: path to the vertical file and word to be searched [[br]]
     20 If you have logged to aurora, you may use fixed path to the vertical file as
     21 {{{
     22/nlp/trac/research/htdocs/bigdata/bnc.vert
     23}}}
     24 without the need to copy it.
    2025 1. submit the script into the IS vault