由于我是尝试使用 korpus 与 R 一起工作的初学者,因此任何建议都会很棒。
我在我的 Windows 机器上安装了 TreeTagger,然后我安装了 koRpus 包。我的问题是如何使用带有 R 的 koRpus 使用 treetagger?
有什么要添加的设置吗?
我尝试使用此命令:
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"
非常感谢您的帮助
最好的