I am a mathematician with a slight technological handicap. I am trying to make use of this basic implementation of the open-sourced Google "syntaxnet" library. It is located at https://github.com/plowman/python-mcparseface. I have successfully installed its dependencies tensorflow etc. However I do not know how to make use of this library. I have so far cloned that repository to my computer root path ie: "git clone https://github.com/plowman/python-mcparseface". The repository does not contain a setup.py and therefore I am slightly lost as to what to make of it.
Thank you for the help.