Changes between Version 14 and Version 15 of private/NlpInPracticeCourse/CorpusIndexing


Ignore:
Timestamp:
Nov 29, 2024, 10:34:27 AM (8 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/CorpusIndexing

    v14 v15  
    3535https://www.sketchengine.eu/documentation/local-installations/compiling-corpus/
    3636
     37For easy access to the compiled Manatee commands you shall adjust the execution PATH shell variable via
     38{{{
     39PATH=%env PATH
     40%env PATH=/content/manatee-open-2.225.8/api:/content/manatee-open-2.225.8/src:$PATH
     41}}}
     42Adjust `PATH` and `VERTICAL` in the configuration file to the actual path and file name, e.g.
     43{{{
     44PATH   .
     45VERTICAL bnc.vert
     46}}}
     47and refer to the corpus with full path, e.g.
     48{{{
     49! compilecorp ./bnc
     50}}}
     51The corpus compilation process takes about 30 minutes.
     52
    3753After successful compilation, try:
    3854{{{