Closed hayesall closed 6 years ago
This pull request converts this project into a Python package: rnlp.
rnlp
parseInputCorpus.py
rnlp/parse.py
main()
parse.py
docs
Makefile
setup.py
setup.cfg
rnlp/corpus.py
train
This pull request converts this project into a Python package:
rnlp
.Major Changes
parseInputCorpus.py
->rnlp/parse.py
main()
at the last line ofparse.py
.docs
directory withMakefile
and source directory for building pages with Sphinx.setup.py
andsetup.cfg
files for publishing to PyPi.Minor, But Worth Mentioning
rnlp/corpus.py
, currently empty but will contain example documents for testing and helping to get up-and-running.train
directory since it contained learned models for the toy dataset rather than anything that would generally be useful here.