juditacs / morph-segmentation

Experimenting with supervised morphological segmentation
MIT License
6 stars 5 forks source link

Update README, change version scheme, use `setuptools` #30

Closed e9t closed 7 years ago

e9t commented 7 years ago

This PR includes three changes:

  1. The README is updated to:
    1. include requirements
    2. give instructions on running LSTM.
  2. The version name is changed from 0.1 to 0.1.0, to match semver guidelines.
  3. distutils is replaced with setuptools, so that we don't have to manually include package names.

Plus, I've tested with Python 2 and everything works fine!