thanks for the helpful documentation, however as I was playing around and implementing custom changes there are few inaccuracies in the Contributing section.
py.test tests/test_run_corpus.py should be changed to py.test tests/test_corpus.py I presume as the test_run_corpus.pydoesn't exist anymore.
the make train command is giving me trouble as well when running it from the root directory.
thanks for the helpful documentation, however as I was playing around and implementing custom changes there are few inaccuracies in the Contributing section.
py.test tests/test_run_corpus.py
should be changed topy.test tests/test_corpus.py
I presume as thetest_run_corpus.py
doesn't exist anymore.the
make train
command is giving me trouble as well when running it from the root directory.