Changes between Version 12 and Version 13 of private/NlpInPracticeCourse/Stylometry


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

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v12 v13  
    5959Examine files in a `stylometry_features` folder.
    6060Modify an `assignment.py` file to increase an accuracy of methods.
    61 You can create another files (`assignment2.py`, `assignment3.py`, ...), change their names and class names to improve the accuracy score.
     61You can create another classes inside, change their names and class names to improve the accuracy score. Don't forget to add new classes into an `assignments` list in this file.
    6262
    6363Each modification can be tested by running `./run.sh` again.
    6464The first call of `run.sh` can be slower, because documents are morphologically analysed during the first run.
    6565
    66 Submit all your assignment files. Write nice Python code and don't forget about PEP8 (https://www.python.org/dev/peps/pep-0008/).
     66Submit your assignment file. Write nice Python code and don't forget about PEP8 (https://www.python.org/dev/peps/pep-0008/).