Changes between Version 25 and Version 26 of private/NlpInPracticeCourse/Stylometry


Ignore:
Timestamp:
Oct 1, 2019, 4:49:09 PM (5 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v25 v26  
    5353./run.sh  [number_of_testing_cycles]  [show_first_N_erroneously_predicted_documents]
    5454}}}
    55 The default values, i.e. running `./run.sh` without parameters, are `100` cycles and `no documents` (`./run.sh 100 0`). For faster feature testing even `./run.sh 10` should be sufficient.
     55The 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).
    5656
    5757Example with document output:
     
    113113The first call of `run.sh` can be slower, because documents are morphologically analysed during the first run.
    114114
    115 Submit your assignment file. Write nice Python code and don't forget about PEP8 (https://www.python.org/dev/peps/pep-0008/).
     115Write the resulting `Acc:` line into the top comment of the `assignment.py` file. [[br]]
     116Submit your `assignment.py` file.