Skip to content

Packaging #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 17, 2018
Merged

Packaging #3

merged 12 commits into from
May 17, 2018

Conversation

hayesall
Copy link
Member

This pull request converts this project into a Python package: rnlp.

Major Changes

  • Renamed parseInputCorpus.py -> rnlp/parse.py
  • Removed the call to main() at the last line of parse.py.
  • Created docs directory with Makefile and source directory for building pages with Sphinx.
  • Added setup.py and setup.cfg files for publishing to PyPi.

Minor, But Worth Mentioning

  • New file: rnlp/corpus.py, currently empty but will contain example documents for testing and helping to get up-and-running.
  • Removed train directory since it contained learned models for the toy dataset rather than anything that would generally be useful here.

@hayesall hayesall self-assigned this May 17, 2018
@hayesall hayesall merged commit f378a6a into master May 17, 2018
@hayesall hayesall deleted the packaging branch May 17, 2018 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant