Changes between Version 10 and Version 11 of private/NlpInPracticeCourse/Stylometry


Ignore:
Timestamp:
Dec 12, 2015, 4:36:51 PM (8 years ago)
Author:
Jan Rygl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v10 v11  
    5555./run.sh
    5656}}}
     57
     58=== Task ===
     59Examine files in a `stylometry_features` folder.
     60Modify an `assignment.py` file to increase an accuracy of methods.
     61You can create another files (`assignment2.py`, `assignment3.py`, ...), change their names and class names to improve the accuracy score.
     62
     63Each modification can be tested by running `./run.sh` again.
     64The first call of `run.sh` can be slower, because documents are morphologically analysed during the first run.