Changes between Version 25 and Version 26 of private/NlpInPracticeCourse/Stylometry
- Timestamp:
- Oct 1, 2019, 4:49:09 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/Stylometry
v25 v26 53 53 ./run.sh [number_of_testing_cycles] [show_first_N_erroneously_predicted_documents] 54 54 }}} 55 The default values, i.e. running `./run.sh` without parameters, are `10 0` cycles and `no documents` (`./run.sh 100 0`). For faster feature testing even `./run.sh 10` should be sufficient.55 The 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). 56 56 57 57 Example with document output: … … 113 113 The first call of `run.sh` can be slower, because documents are morphologically analysed during the first run. 114 114 115 Submit your assignment file. Write nice Python code and don't forget about PEP8 (https://www.python.org/dev/peps/pep-0008/). 115 Write the resulting `Acc:` line into the top comment of the `assignment.py` file. [[br]] 116 Submit your `assignment.py` file.