I would like to contribute to this project, It would be great if you guide me to set/compile/run this project on my local system, build models and make use of predict.py for prediction for an unknown data.
As far as I know, I need to use Makefile to setup, so I tried running make but got some output which has some errors:
finnpos-train data/twitter.0.config data/twitter.0.train+dev.feats data/twitter.0.dev.feats models/twitter.0.model
make[1]: finnpos-train: Command not found
Makefile:35: recipe for target 'models/twitter.0.model' failed
make[1]: *** [models/twitter.0.model] Error 127
Looking forward to hearing.
I would like to contribute to this project, It would be great if you guide me to set/compile/run this project on my local system, build models and make use of
predict.pyfor prediction for an unknown data.As far as I know, I need to use
Makefileto setup, so I tried runningmakebut got some output which has some errors:finnpos-train data/twitter.0.config data/twitter.0.train+dev.feats data/twitter.0.dev.feats models/twitter.0.modelmake[1]: finnpos-train: Command not foundMakefile:35: recipe for target 'models/twitter.0.model' failedmake[1]: *** [models/twitter.0.model] Error 127Looking forward to hearing.