Changes between Version 14 and Version 15 of private/NlpInPracticeCourse/CorpusIndexing
- Timestamp:
- Nov 29, 2024, 10:34:27 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/CorpusIndexing
v14 v15 35 35 https://www.sketchengine.eu/documentation/local-installations/compiling-corpus/ 36 36 37 For easy access to the compiled Manatee commands you shall adjust the execution PATH shell variable via 38 {{{ 39 PATH=%env PATH 40 %env PATH=/content/manatee-open-2.225.8/api:/content/manatee-open-2.225.8/src:$PATH 41 }}} 42 Adjust `PATH` and `VERTICAL` in the configuration file to the actual path and file name, e.g. 43 {{{ 44 PATH . 45 VERTICAL bnc.vert 46 }}} 47 and refer to the corpus with full path, e.g. 48 {{{ 49 ! compilecorp ./bnc 50 }}} 51 The corpus compilation process takes about 30 minutes. 52 37 53 After successful compilation, try: 38 54 {{{