As I am a starter trying out the korpus to work with R, any advice will be great.
I installer TreeTagger on my windows machine, then I installed koRpus package. My question is how Can I use treetagger using koRpus with R?
Is there any settings to add?
I try with this command :
writeLines(text = 'All human beings are born free and equal in dignity and rights. They are endowed with reason and conscience and should act towards one another in a spirit of brotherhood.', con = "myfile.txt"); treetag("myfile.txt")
Error: could not find function "treetag"
Thank you very much for your help
Bests