skll
skll copied to clipboard
Use pathlib
This is actually a bit involved. It would be best to start by tackling 1-2 functions/methods at a time. Find a function/method that uses a file path string and make it be able to handle Path or str objects, for example.
@mulhod I think this is a duplicate of #603 so may be you want to close that one?