Changes between Version 33 and Version 34 of private/NlpInPracticeCourse/Stylometry


Ignore:
Timestamp:
Oct 4, 2022, 6:50:06 PM (3 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v33 v34  
    5050}}}
    5151
     52The default dataset is for the Czech language, this may be changed by editing `run.sh` (use e.g. `vi` or `nano` as the editor):
     53{{{
     54nano run.sh
     55}}}
     56For English, unncomment the line with `export DATA_LANGUAGE='en'`:
     57{{{
     58#export DATA_LANGUAGE='cs'
     59export DATA_LANGUAGE='en'
     60}}}
     61
    5262`run.sh` can have two optional parameters:
    5363{{{
     
    5666The default values, i.e. running `./run.sh` without parameters, are `10` cycles and `no documents` (`./run.sh 10 0`). With longer feature testing `./run.sh 100` could provide better results (but not necessarily).
    5767
    58 Example with document output (second parameter `>0`):
     68Example with document output (second parameter greater than `0`):
    5969{{{
    6070[xrygl@asteria04:~/temp/sir-assignment]$ ./run.sh 10 1